New to Telerik ReportingStart a free 30-day trial

ITableCell

Interface

Provides an interface for accessing a processing Table cell.

Definition

Properties

Gets the index of the column that contains the cell.

C#
int ColumnIndex { get; }

Gets a value that indicates the total number of columns that the cell spans within the table.

C#
int ColumnSpan { get; }

Gets the ReportItem in the cell.

C#
ReportItem Item { get; }

Gets the index of the row that contains the cell.

C#
int RowIndex { get; }

Gets a value that indicates the total number of rows that the cell spans within the table.

C#
int RowSpan { get; }

Gets the Table this cell belongs to.

C#
Table Table { get; }
Property Value:

A Table object which the item belongs to.