TableRow
Class
Represents a row in the item.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public sealed class TableRow
Inheritance: objectTableRow
Properties
Methods
Internal use only
C#
public void Dispose()
Gets an ITableCell at the specified column index.
C#
public ITableCell GetCell(int columnIndex)
An ITableCell instance.
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: