Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite3 Interface / ExcelGetPrintHeaders Method
Sheet index
Whether to print the headers


In This Topic
    ExcelGetPrintHeaders Method (IExcelBiffWrite3)
    In This Topic
    Gets whether to print the headers for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetPrintHeaders( _
       ByVal sheet As Short, _
       ByRef print As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite3
    Dim sheet As Short
    Dim print As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetPrintHeaders(sheet, print)
    bool ExcelGetPrintHeaders( 
       short sheet,
       ref bool print
    )

    Parameters

    sheet
    Sheet index
    print
    Whether to print the headers
    See Also