Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetVCenter Method
Sheet index


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

    Parameters

    sheet
    Sheet index
    vertCenter
    See Also