Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetSheetInfo Method
Sheet index
Whether the sheet is hidden


In This Topic
    ExcelGetSheetInfo Method
    In This Topic
    Gets the sheet information for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetSheetInfo( _
       ByVal sheet As Short, _
       ByRef hidden As Boolean _
    ) As String
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim hidden As Boolean
    Dim value As String
     
    value = instance.ExcelGetSheetInfo(sheet, hidden)
    string ExcelGetSheetInfo( 
       short sheet,
       ref bool hidden
    )

    Parameters

    sheet
    Sheet index
    hidden
    Whether the sheet is hidden

    Return Value

    Returns the sheet name
    See Also