Class
FillSelection

This class represents the fill selection of the Selection.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class FillSelection

Inheritance: objectFillSelection

Constructors

FillSelection(RadWorksheetEditor)

Declaration

cs-api-definition
public FillSelection(RadWorksheetEditor editor)

Parameters

editor

RadWorksheetEditor

Properties

IsEnabled

Gets or sets a value indicating whether to enable or disable the Fill Handle feature.

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

The value indicating whether to enable or disable the Fill Handle feature.

IsReversed

Declaration

cs-api-definition
public bool IsReversed { get; }

Property Value

bool

IsStarted

Gets or sets a value indicating whether the fill selection is started or not.

Declaration

cs-api-definition
public bool IsStarted { get; set; }

Property Value

bool

LastActivePosition

Gets a value returning the cell index of the last active position of the pointer.

Declaration

cs-api-definition
public CellIndex LastActivePosition { get; }

Property Value

CellIndex

Orientation

Declaration

cs-api-definition
public CellOrientation? Orientation { get; }

Property Value

CellOrientation?

SelectedRange

Gets a value returning the selected CellRange.

Declaration

cs-api-definition
public CellRange SelectedRange { get; }

Property Value

CellRange

Events

FillSelectionChanged

Occurs when the FillSelection is changed.

Declaration

cs-api-definition
public event EventHandler FillSelectionChanged

Event Value

EventHandler

IsEnabledChanged

Occurs when the IsEnabled is changed.

Declaration

cs-api-definition
public event EventHandler IsEnabledChanged

Event Value

EventHandler