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