Gets the collection of cells of the current RenderTable. Getting a cell with arbitrary row and column indices on this collection always returns a TableCell object, initializing it if necessary.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TableCellCollection Cells { get; }
Visual Basic
Public ReadOnly Property Cells As TableCellCollection
	Get

See Also