Gets the TableCell object containing the current object, or null if the current object is not contained in a cell of a RenderTable.

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

Syntax

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

See Also