Class AutofillDirection
Specifies the direction for auto-fill operations in a spreadsheet.
Inheritance
System.Object
AutofillDirection
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public sealed class AutofillDirection : Enum
Remarks
The auto-fill direction determines how data is populated during an auto-fill operation.
Fields
Down
Fills data downward from the source range.
Declaration
public const AutofillDirection Down
Field Value
Type |
---|
AutofillDirection |
Remarks
This is the default direction used for auto-fill operations.
Left
Fills data to the left from the source range.
Declaration
public const AutofillDirection Left
Field Value
Type |
---|
AutofillDirection |
Right
Fills data to the right from the source range.
Declaration
public const AutofillDirection Right
Field Value
Type |
---|
AutofillDirection |
Up
Fills data upward from the source range.
Declaration
public const AutofillDirection Up
Field Value
Type |
---|
AutofillDirection |