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


In This Topic
    ExcelGetTopMargin Method
    In This Topic
    Gets the top margin for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetTopMargin( _
       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.ExcelGetTopMargin(sheet, margin)
    bool ExcelGetTopMargin( 
       short sheet,
       ref double margin
    )

    Parameters

    sheet
    Sheet index
    margin
    Margin
    See Also