Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetBottomMargin Method
Sheet index
Margin


In This Topic
    ExcelGetBottomMargin Method
    In This Topic
    Gets the bottom margin for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetBottomMargin( _
       ByVal sheet As Short, _
       ByRef margin As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim margin As Double
    Dim value As Boolean
     
    value = instance.ExcelGetBottomMargin(sheet, margin)
    bool ExcelGetBottomMargin( 
       short sheet,
       ref double margin
    )

    Parameters

    sheet
    Sheet index
    margin
    Margin
    See Also