Enum
FillDirection

Specifies the direction for autofill operations in spreadsheet cell ranges.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.DataSeries

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum FillDirection

Fields

Down

Fills cells below the source range.

Declaration

cs-api-definition
Down = 3

Field Value

FillDirection

Left

Fills cells to the left of the source range.

Declaration

cs-api-definition
Left = 0

Field Value

FillDirection

Right

Fills cells to the right of the source range.

Declaration

cs-api-definition
Right = 2

Field Value

FillDirection

Up

Fills cells above the source range.

Declaration

cs-api-definition
Up = 1

Field Value

FillDirection

In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support