Class TableCell
TODO: Add documentation.
Inheritance
System.Object
TableCell
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class TableCell : IDisposable
Properties
ColumnIndex
TODO: Add documentation.
Declaration
public int ColumnIndex { get; }
Property Value
|
System.Int32
|
ColumnSpan
TODO: Add documentation.
Declaration
public int ColumnSpan { get; }
Property Value
|
System.Int32
|
ReportItem
TODO: Add documentation.
Declaration
public ReportItem ReportItem { get; }
Property Value
|
ReportItem
|
RowIndex
TODO: Add documentation.
Declaration
public int RowIndex { get; }
Property Value
|
System.Int32
|
RowSpan
TODO: Add documentation.
Declaration
public int RowSpan { get; }
Property Value
|
System.Int32
|
Methods
Dispose()
TODO: Add documentation.
Declaration
public void Dispose()
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
System.Object.ToString()