Class FillSelection
This class represents the fill selection of the Selection.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FillSelection
Constructors
FillSelection(RadWorksheetEditor)
Properties
IsEnabled
Gets or sets a value indicating whether to enable or disable the Fill Handle feature.
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether to enable or disable the Fill Handle feature. |
IsReversed
Declaration
public bool IsReversed { get; }
Property Value
System.Boolean
|
IsStarted
Gets or sets a value indicating whether the fill selection is started or not.
Declaration
public bool IsStarted { get; set; }
Property Value
System.Boolean
|
LastActivePosition
Gets a value returning the cell index of the last active position of the pointer.
Declaration
public CellIndex LastActivePosition { get; }
Property Value
CellIndex
|
Orientation
Declaration
public CellOrientation? Orientation { get; }
Property Value
System.Nullable<CellOrientation>
|
SelectedRange
Gets a value returning the selected CellRange.
Declaration
public CellRange SelectedRange { get; }
Property Value
CellRange
|
Events
FillSelectionChanged
Occurs when the FillSelection is changed.
Declaration
public event EventHandler FillSelectionChanged
Event Type
System.EventHandler
|
IsEnabledChanged
Occurs when the IsEnabled is changed.
Declaration
public event EventHandler IsEnabledChanged
Event Type
System.EventHandler
|