Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetVCenter Method


In This Topic
    ExcelGetVCenter Method
    In This Topic
    Gets whether the print should be vertically centered.
    Syntax
    'Declaration
     
    
    Function ExcelGetVCenter( _
       ByVal sheet As Short, _
       ByRef center As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim center As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetVCenter(sheet, center)
    bool ExcelGetVCenter( 
       short sheet,
       ref bool center
    )

    Parameters

    sheet
    center
    See Also