Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel4 Interface / ExcelSetCellFormat Method


In This Topic
    ExcelSetCellFormat Method (IOptimizedExcel4)
    In This Topic
    FORMAT - Sets the cell format. - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetCellFormat( _
       ByVal sheet As Short, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal ixf As Integer, _
       ByVal type As Type, _
       ByRef styleInfo As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOptimizedExcel4
    Dim sheet As Short
    Dim row As Integer
    Dim col As Integer
    Dim ixf As Integer
    Dim type As Type
    Dim styleInfo As Object
    Dim value As Boolean
     
    value = instance.ExcelSetCellFormat(sheet, row, col, ixf, type, styleInfo)
    bool ExcelSetCellFormat( 
       short sheet,
       int row,
       int col,
       int ixf,
       Type type,
       out object styleInfo
    )

    Parameters

    sheet
    row
    col
    ixf
    type
    styleInfo
    See Also