Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SupBook Class / sheetNames Field


In This Topic
sheetNames Field
In This Topic
Internal use only. Array list of sheet names in the workbook.
Syntax
'Declaration
 
Public sheetNames As ArrayList
 
'Usage
 
Dim instance As SupBook
Dim value As ArrayList
 
value = instance.sheetNames
 
instance.sheetNames = value
See Also