Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite4 Interface / ExcelGetHCenter Method


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

    Parameters

    sheet
    center
    See Also