Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetBottomMargin Method
Sheet index


In This Topic
    ExcelSetBottomMargin Method
    In This Topic
    BOTTOMMARGIN - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetBottomMargin( _
       ByVal sheet As Short, _
       ByVal margin As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim margin As Double
    Dim value As Boolean
     
    value = instance.ExcelSetBottomMargin(sheet, margin)
    bool ExcelSetBottomMargin( 
       short sheet,
       double margin
    )

    Parameters

    sheet
    Sheet index
    margin
    See Also