[]
        
(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; }
Public ReadOnly Default Property Item(col As Integer) As TableCell
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.