Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetPrintGridlines Method
Sheet index
Whether to print the grid lines


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

    Parameters

    sheet
    Sheet index
    print
    Whether to print the grid lines
    See Also