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


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

    Parameters

    sheet
    Sheet index
    num
    See Also