Gets the TableCell at the specified row index. This property always returns a non-nullTableCell object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TableCell this[
	int row
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	row As Integer _
) As TableCell
	Get

Parameters

row
Type: System..::..Int32
The index of the cell in the current column (i.e. the row index).

Return Value

The cell at the specified index.

See Also