Spread Windows Forms 15.0
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
    public ArrayList sheetNames
    See Also