[]
Represents the event data for the SheetTabClick event for the Spread component, which occurs when the user clicks the mouse button with the pointer on the sheet name tab.
public class SheetTabClickEventArgs : EventArgs
Public Class SheetTabClickEventArgs
Inherits EventArgs
Name | Description |
---|---|
SheetTabClickEventArgs(int) | Creates a new object with the SheetTabClick event arguments. |
Name | Description |
---|---|
SheetTabIndex | Gets the index of the sheet tab that is clicked. |