Enum AutofillDirection
Specifies the direction for auto-fill operations in a spreadsheet.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum AutofillDirection
Remarks
The auto-fill direction determines how data is populated during an auto-fill operation.
Fields
| Name | Description |
|---|---|
| Down | Fills data downward from the source range. |
| Left | Fills data to the left from the source range. |
| Right | Fills data to the right from the source range. |
| Up | Fills data upward from the source range. |