TableCell
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class TableCell
Inheritance: objectTableCell
Properties
ColumnIndex
int
TODO: Add documentation.
C#
public int ColumnIndex { get; }
ColumnSpan
int
TODO: Add documentation.
C#
public int ColumnSpan { get; }
TODO: Add documentation.
C#
public ReportItem ReportItem { get; }
RowIndex
int
TODO: Add documentation.
C#
public int RowIndex { get; }
RowSpan
int
TODO: Add documentation.
C#
public int RowSpan { get; }
Methods
TODO: Add documentation.
C#
public void Dispose()
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: