FillDirection
Enum
Specifies the direction for autofill operations in spreadsheet cell ranges.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.DataSeries
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum FillDirection
Fields
Fills cells below the source range.
C#
Down = 3
Fills cells to the left of the source range.
C#
Left = 0
Fills cells to the right of the source range.
C#
Right = 2
Fills cells above the source range.
C#
Up = 1