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


In This Topic
    ExcelSetHCenter Method (IExcelBiffRead)
    In This Topic
    ExcelSetHCenter
    Syntax
    'Declaration
     
    
    Function ExcelSetHCenter( _
       ByVal sheet As Short, _
       ByVal center As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim center As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetHCenter(sheet, center)
    bool ExcelSetHCenter( 
       short sheet,
       bool center
    )

    Parameters

    sheet
    Sheet index
    center
    See Also