ClassSelectionRange
Represents selection range.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SelectionRange
Inheritance: objectSelectionRange
Properties
ActiveCellIndex
Gets the index of the active cell.
Declaration
public CellIndex ActiveCellIndex { get; }
Property Value
CellIndex
The index of the active cell.
ActivePosition
Gets the active position.
Declaration
public CellPosition ActivePosition { get; }
Property Value
The active position.
ActualActivePositionIndex
Gets the actual index of the active position.
Declaration
public CellIndex ActualActivePositionIndex { get; }
Property Value
CellIndex
The actual index of the active position.
ActualAnchoredPositionIndex
Gets the actual index of the anchored position.
Declaration
public CellIndex ActualAnchoredPositionIndex { get; }
Property Value
CellIndex
The actual index of the anchored position.
IsColumnRange
Gets the value indicating if the range is column range.
Declaration
public bool IsColumnRange { get; }
Property Value
The value indicating if the range is column range.
IsRowRange
Gets the value indicating if the range is row range.
Declaration
public bool IsRowRange { get; }
Property Value
The value indicating if the range is row range.
SelectedCellRange
Gets the selected cell range.
Declaration
public CellRange SelectedCellRange { get; }
Property Value
CellRange
The selected cell range.
Methods
OnRangeChanged()
Called when the range is changed.
Declaration
protected virtual void OnRangeChanged()
OnRangeChanging(SelectionRangeChangingEventArgs)
Raises the event.
Declaration
protected virtual void OnRangeChanging(SelectionRangeChangingEventArgs args)
Parameters
args
SelectionRangeChangingEventArgs
The SelectionRangeChangingEventArgs instance containing the event data.
Events
RangeChanged
Occurs when the range is changed.
RangeChanging
Occurs when the range is changing.
Declaration
public event EventHandler<SelectionRangeChangingEventArgs> RangeChanging
Event Value