[]
        
(Showing Draft Content)

C1.C1Preview.TableCol.Item

this Property

this[int]

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

Declaration
public TableCell this[int row] { get; }
Parameters
Type Name Description
int row

The index of the cell in the current column (i.e. the row index).

Property Value
Type Description
TableCell

The cell at the specified index.