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


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

    Parameters

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