Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel Interface / ExcelSetCellFormat Method
The sheet view.
The row.
The col.
Index of the style.
The style info.


In This Topic
    ExcelSetCellFormat Method (IOptimizedExcel)
    In This Topic
    Excels the set cell format internal.
    Syntax
    'Declaration
     
    
    Function ExcelSetCellFormat( _
       ByVal sheetView As Object, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal styleIndex As Integer, _
       ByRef styleInfo As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOptimizedExcel
    Dim sheetView As Object
    Dim row As Integer
    Dim col As Integer
    Dim styleIndex As Integer
    Dim styleInfo As Object
    Dim value As Boolean
     
    value = instance.ExcelSetCellFormat(sheetView, row, col, styleIndex, styleInfo)
    bool ExcelSetCellFormat( 
       object sheetView,
       int row,
       int col,
       int styleIndex,
       out object styleInfo
    )

    Parameters

    sheetView
    The sheet view.
    row
    The row.
    col
    The col.
    styleIndex
    Index of the style.
    styleInfo
    The style info.
    See Also