[]
        
(Showing Draft Content)

C1.C1Preview.TableCellCollection.Item

this Property

this[int, int]

Gets the TableCell at the intersection of the specified row and column. This property always returns a non-null TableCell object.

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

The 0-based row index.

int col

The 0-based column index.

Property Value
Type Description
TableCell

The cell at the intersection of the specified row and column.

See Also