In This Topic
Gets the number of sheet name tabs in the Spread component.
Syntax
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As TabInfo
Dim value As Integer
value = instance.Count
Property Value
Integer number of tabs
Example
This example shows how to set the display of the sheet name tabs.
See Also