FillSelection
Class
This class represents the fill selection of the Selection.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class FillSelection
Inheritance: objectFillSelection
Constructors
Properties
Gets or sets a value indicating whether to enable or disable the Fill Handle feature.
C#
public bool IsEnabled { get; set; }
The value indicating whether to enable or disable the Fill Handle feature.
C#
public bool IsReversed { get; }
Gets or sets a value indicating whether the fill selection is started or not.
C#
public bool IsStarted { get; set; }
Gets a value returning the cell index of the last active position of the pointer.
C#
public CellIndex LastActivePosition { get; }
Orientation
CellOrientation?
C#
public CellOrientation? Orientation { get; }
Gets a value returning the selected CellRange.
C#
public CellRange SelectedRange { get; }
Events
Occurs when the FillSelection is changed.
C#
public event EventHandler FillSelectionChanged
Occurs when the IsEnabled is changed.
C#
public event EventHandler IsEnabledChanged