[]
        
(Showing Draft Content)

C1.C1Preview.TableRow.Item

this Property

this[int]

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

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

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

Property Value
Type Description
TableCell

The cell at the specified index.