Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetCellFormat Method
Sheet index


In This Topic
    ExcelSetCellFormat Method (IExcelBiffRead)
    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 _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim row As Integer
    Dim col As Integer
    Dim ixf As Integer
    Dim type As Type
    Dim value As Boolean
     
    value = instance.ExcelSetCellFormat(sheet, row, col, ixf, type)
    bool ExcelSetCellFormat( 
       short sheet,
       int row,
       int col,
       int ixf,
       Type type
    )

    Parameters

    sheet
    Sheet index
    row
    col
    ixf
    type
    See Also