Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / ExcelSetCellFormat Method / ExcelSetCellFormat(Object,Int32,Int32,Int32,Object,String) Method


In This Topic
    ExcelSetCellFormat(Object,Int32,Int32,Int32,Object,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function ExcelSetCellFormat( _
       ByVal sheetViewObj As Object, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal styleIndex As Integer, _
       ByRef styleInfo As Object, _
       ByRef styleName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetViewObj As Object
    Dim row As Integer
    Dim col As Integer
    Dim styleIndex As Integer
    Dim styleInfo As Object
    Dim styleName As String
    Dim value As Boolean
     
    value = instance.ExcelSetCellFormat(sheetViewObj, row, col, styleIndex, styleInfo, styleName)

    Parameters

    sheetViewObj
    row
    col
    styleIndex
    styleInfo
    styleName
    See Also