menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutofillDirection - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    • Down - Fills data downward from the source range
    • Up - Fills data upward from the source range
    • Right - Fills data to the right from the source range
    • Left - Fills data to the left from the source range

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved