ClassFillSelection
This class represents the fill selection of the Selection.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class FillSelection
Inheritance: objectFillSelection
Constructors
FillSelection(RadWorksheetEditor)
Declaration
public FillSelection(RadWorksheetEditor editor)
Parameters
editor
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
The value indicating whether to enable or disable the Fill Handle feature.
IsStarted
Gets or sets a value indicating whether the fill selection is started or not.
LastActivePosition
Gets a value returning the cell index of the last active position of the pointer.
Orientation
Declaration
public CellOrientation? Orientation { get; }
Property Value
CellOrientation?
SelectedRange
Gets a value returning the selected CellRange.
Events
FillSelectionChanged
Occurs when the FillSelection is changed.
Declaration
public event EventHandler FillSelectionChanged
Event Value
IsEnabledChanged
Occurs when the IsEnabled is changed.