New to Telerik Document ProcessingStart a free 30-day trial

Defines a contiguous range of columns by start and end indices within a worksheet.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class ColumnRange : RowColumnRange

Inheritance: objectRowColumnRangeColumnRange

Inherited Members RowColumnRange.GetHashCode()RowColumnRange.Equals(object)RowColumnRange.FromIndexRowColumnRange.ToIndex

Constructors

Initializes a new ColumnRange spanning from the start to the end column index.

C#
public ColumnRange(int from, int to)
Parameters:fromint

The start index of the range.

toint

The end index of the range.

Initializes a new ColumnRange representing a single column at the specified index.

C#
public ColumnRange(int index)
Parameters:indexint

The index of the range.