Gets the TableCell at the specified column index.
This property always returns a non-nullTableCell object.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public TableCell this[ int col ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ col As Integer _ ) As TableCell Get |
Parameters
- col
- Type: System..::..Int32
The index of the cell in the current row (i.e. the column index).