Class SelectionState
Represents the state of the selection in the worksheet.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SelectionState
Constructors
SelectionState(IEnumerable<CellRange>, CellIndex, ViewportPaneType)
Initializes a new instance of the Selection
Declaration
public SelectionState(IEnumerable<CellRange> selectedRanges, CellIndex activeCellIndex, ViewportPaneType pane)
Parameters
System. The selected ranges. |
Cell Index of the active cell. |
Viewport The pane. |
Properties
ActiveCellIndex
Gets the index of the active cell.
Declaration
public CellIndex ActiveCellIndex { get; }
Property Value
Cell The index of the active cell. |
Pane
Gets the pane.
Declaration
public ViewportPaneType Pane { get; }
Property Value
Viewport The pane. |
SelectedRanges
Gets the selected ranges.
Declaration
public IEnumerable<CellRange> SelectedRanges { get; }
Property Value
System. The selected ranges. |
Methods
Clone()
Clones this instance.
Declaration
public SelectionState Clone()
Returns
Selection The cloned selection state. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |