Class RowColumnSelectionBase
Provides base for the row and column selection classes.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class RowColumnSelectionBase : SelectionBase
Methods
ClearOutlineLevel()
Clears the outline level.
Declaration
public void ClearOutlineLevel()
GetFromToIndexFromRange(CellRange, out Int32, out Int32)
Gets from to index from range.
Declaration
protected abstract void GetFromToIndexFromRange(CellRange cellRange, out int fromIndex, out int toIndex)
Parameters
|
CellRange
cellRange
The cell range. |
|
System.Int32
fromIndex
From index. |
|
System.Int32
toIndex
To index. |
GetOutlineLevel()
Gets the outline level.
Declaration
public abstract RangePropertyValue<int> GetOutlineLevel()
Returns
|
RangePropertyValue<System.Int32>
The outline level. |
GetPropertyValue<T>(IPropertyDefinition<T>)
Gets the property value.
Declaration
protected RangePropertyValue<T> GetPropertyValue<T>(IPropertyDefinition<T> property)
Parameters
|
IPropertyDefinition<T>
property
The property. |
Returns
|
RangePropertyValue<T>
|
Type Parameters
|
T
The type of the T. |
Group()
Groups the current selection. The selection cannot include multiple ranges.
Declaration
public bool Group()
Returns
|
System.Boolean
A value indicating whether at least part of the selection was grouped successfully. |
SetOutlineLevel(Int32)
Sets the outline level.
Declaration
public void SetOutlineLevel(int value)
Parameters
|
System.Int32
value
The outline level. |
Ungroup()
Ungroups the current selection. The selection cannot include multiple ranges.
Declaration
public bool Ungroup()
Returns
|
System.Boolean
A value indicating whether at least part of the selection was ungrouped successfully. |