New to Telerik ReportingStart a free 30-day trial

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class TableCellContainer

Inheritance: objectTableCellContainer

Derived Classes: TableBody

Properties

TODO: Add documentation.

C#
public TableCell this[int rowIndex, int columnIndex] { get; }
Parameters:rowIndexintcolumnIndexint

Methods

TODO: Add documentation.

C#
public void ClearCellContent()

TODO: Add documentation.

C#
public void Dispose()

TODO: Add documentation.

C#
public IEnumerator<TableCell> GetEnumerator()
Returns:

IEnumerator<TableCell>

TODO: Add documentation.

C#
public void SetCellContent(int rowIndex, int columnIndex, ReportItem item, int rowSpan, int columnSpan)
Parameters:rowIndexintcolumnIndexintitemReportItemrowSpanintcolumnSpanint

TODO: Add documentation.

C#
public void SetCellContent(int rowIndex, int columnIndex, ReportItem item)
Parameters:rowIndexintcolumnIndexintitemReportItem