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
public ArrayList sheetNames
See Also