Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelSetCellFormat Method
Sheet index
Row index
Column index
Style index


In This Topic
    ExcelSetCellFormat Method (IExcelXml)
    In This Topic
    Sets the Excel XML cell format.
    Syntax
    'Declaration
     
    
    Function ExcelSetCellFormat( _
       ByVal sheet As Short, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal styleIndex As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim row As Integer
    Dim col As Integer
    Dim styleIndex As Integer
    Dim value As Boolean
     
    value = instance.ExcelSetCellFormat(sheet, row, col, styleIndex)
    bool ExcelSetCellFormat( 
       short sheet,
       int row,
       int col,
       int styleIndex
    )

    Parameters

    sheet
    Sheet index
    row
    Row index
    col
    Column index
    styleIndex
    Style index
    See Also