Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite4 Interface / ExcelGetTopMargin Method
Sheet index
Margin


In This Topic
    ExcelGetTopMargin Method (IExcelBiffWrite4)
    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 IExcelBiffWrite4
    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