ClassColumnRange
Class
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:
cs-api-definition
public class ColumnRange : RowColumnRange
Inheritance: objectRowColumnRangeColumnRange
Inherited Members
Constructors
ColumnRange(int)
Initializes a new ColumnRange representing a single column at the specified index.
Declaration
cs-api-definition
public ColumnRange(int index)
Parameters
index
The index of the range.
ColumnRange(int, int)
Initializes a new ColumnRange spanning from the start to the end column index.