Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetExternSheetInfo Method
Array list of sheets


In This Topic
    ExcelGetExternSheetInfo Method
    In This Topic
    Gets the external sheet information for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetExternSheetInfo( _
       ByVal sheetList As ArrayList _
    ) As ArrayList
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheetList As ArrayList
    Dim value As ArrayList
     
    value = instance.ExcelGetExternSheetInfo(sheetList)
    ArrayList ExcelGetExternSheetInfo( 
       ArrayList sheetList
    )

    Parameters

    sheetList
    Array list of sheets
    See Also