[]
Represents the event data for the SheetDragMoving event for the Spread component, which occurs when the user drags the sheet tab to the destination sheet tab.
public class SheetDragMovingEventArgs : EventArgs
Public Class SheetDragMovingEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetDragMovingEventArgs(int, int) | Creates a new object with the SheetDragMoving event arguments. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the sheet drag and move action. |
Restrict | Gets or sets whether to allow the sheet to be moved to the ToSheetIndex location. |
SheetIndex | Gets the index of the sheet that is being moved. |
ToSheetIndex | Gets the index of the new position where the sheet is being moved. |