Class ColumnRange
Represents a range of columns.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ColumnRange : RowColumnRange
Constructors
ColumnRange(Int32)
Initializes a new instance of the Column
Declaration
public ColumnRange(int index)
Parameters
System. The index of the range. |
ColumnRange(Int32, Int32)
Initializes a new instance of the Column
Declaration
public ColumnRange(int from, int to)
Parameters
System. The start index of the range. |
System. The end index of the range. |