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

Namespace:  C1.C1Preview
Assembly:  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).

Return Value

The cell at the specified index.

See Also