Gets the sheet tab name information for the component.
'Declaration
Public ReadOnly Property Tab As TabInfo
'Usage
Dim instance As FpSpread
Dim value As TabInfo
value = instance.Tab
public TabInfo Tab {get;}
Property Value
TabInfo object that contains the sheet name tab information
This example creates a spreadsheet with three tabs, and sets the color of the background and the border for the active sheet name tab and the color for the text for all the sheet name tabs.