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
Cell The cell range. |
System. From index. |
System. To index. |
GetOutlineLevel()
Gets the outline level.
Declaration
public abstract RangePropertyValue<int> GetOutlineLevel()
Returns
Range The outline level. |
GetPropertyValue<T>(IPropertyDefinition<T>)
Gets the property value.
Declaration
protected RangePropertyValue<T> GetPropertyValue<T>(IPropertyDefinition<T> property)
Parameters
IProperty The property. |
Returns
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. 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. The outline level. |
Ungroup()
Ungroups the current selection. The selection cannot include multiple ranges.
Declaration
public bool Ungroup()
Returns
System. A value indicating whether at least part of the selection was ungrouped successfully. |