Gets the TableCell at the specified row 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 row ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ row As Integer _ ) As TableCell Get |
Parameters
- row
- Type: System..::..Int32
The index of the cell in the current column (i.e. the row index).