TableCellContainer
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class TableCellContainer
Inheritance: objectTableCellContainer
Derived Classes:
Properties
TODO: Add documentation.
C#
public TableCell this[int rowIndex, int columnIndex] { get; }
Methods
TODO: Add documentation.
C#
public void ClearCellContent()
TODO: Add documentation.
C#
public void Dispose()
GetEnumerator()
IEnumerator<TableCell>
TODO: Add documentation.
TODO: Add documentation.
C#
public void SetCellContent(int rowIndex, int columnIndex, ReportItem item, int rowSpan, int columnSpan)
TODO: Add documentation.
C#
public void SetCellContent(int rowIndex, int columnIndex, ReportItem item)