ClassTableCellContainer
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class TableCellContainer
Inheritance: objectTableCellContainer
Derived Classes:
Properties
this[int, int]
TODO: Add documentation.
Declaration
cs-api-definition
public TableCell this[int rowIndex, int columnIndex] { get; }
Parameters
rowIndex
int
columnIndex
int
Property Value
Methods
ClearCellContent()
TODO: Add documentation.
Declaration
cs-api-definition
public void ClearCellContent()
GetEnumerator()
TODO: Add documentation.
Declaration
cs-api-definition
public IEnumerator<TableCell> GetEnumerator()
Returns
IEnumerator<TableCell>
SetCellContent(int, int, ReportItem)
TODO: Add documentation.
Declaration
cs-api-definition
public void SetCellContent(int rowIndex, int columnIndex, ReportItem item)
Parameters
rowIndex
int
columnIndex
int
item
SetCellContent(int, int, ReportItem, int, int)
TODO: Add documentation.
Declaration
cs-api-definition
public void SetCellContent(int rowIndex, int columnIndex, ReportItem item, int rowSpan, int columnSpan)
Parameters
rowIndex
int
columnIndex
int
item
rowSpan
int
columnSpan
int