[]
Represents the event data for the SheetTabDoubleClick event for the Spread component, which occurs when the user double-clicks on a sheet name tab.
public class SheetTabDoubleClickEventArgs : EventArgs
Public Class SheetTabDoubleClickEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetTabDoubleClickEventArgs(int) | Creates a new object with the SheetTabDoubleClick event arguments. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the default action (in-place editing). |
SheetTabIndex | Gets the index of the sheet tab that is clicked. |