New to Telerik ReportingStart a free 30-day trial

Represents a column in the Table item.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public sealed class TableColumn

Inheritance: objectTableColumn

Properties

Gets the index of the current TableColumn in the Columns collection of the Table item.

C#
public int Index { get; }

Methods

Internal use only

C#
public void Dispose()

Gets an ITableCell at the specified row index.

C#
public ITableCell GetCell(int rowIndex)
Parameters:rowIndexint

The zero-based index of the row.

Returns:

ITableCell

An instance of ITableCell at the specified row index.

Remarks:

This method should be used after the Table item is data-bound.

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()