alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SheetMovedReason

    Specifies information about the originating action of SheetMoved event.

    Inheritance
    System.Object
    SheetMovedReason
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class SheetMovedReason : Enum

    Fields

    ClearAll

    All sheets were removed.

    Declaration
    public const SheetMovedReason ClearAll
    Field Value
    Type
    SheetMovedReason

    InsertSheet

    Sheet was inserted.

    Declaration
    public const SheetMovedReason InsertSheet
    Field Value
    Type
    SheetMovedReason

    MoveSheet

    Sheet was moved.

    Declaration
    public const SheetMovedReason MoveSheet
    Field Value
    Type
    SheetMovedReason

    None

    None specified.

    Declaration
    public const SheetMovedReason None
    Field Value
    Type
    SheetMovedReason

    RemoveSheet

    Sheet was removed.

    Declaration
    public const SheetMovedReason RemoveSheet
    Field Value
    Type
    SheetMovedReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved