TableColumn
Class
Represents a column in the Table item.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public sealed class TableColumn
Inheritance: objectTableColumn
Properties
Methods
Internal use only
C#
public void Dispose()
Gets an ITableCell at the specified row index.
C#
public ITableCell GetCell(int rowIndex)
The zero-based index of the row.
Returns:An instance of ITableCell at the specified row index.
Remarks:
This method should be used after the Table item is data-bound.
ToString()
string
Internal use only
C#
public override string ToString()
string
Overrides: