Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel Interface / ExcelSetCellValue Method
The sheet.
The row.
The col.
The value.
The style info.


In This Topic
    ExcelSetCellValue Method (IOptimizedExcel)
    In This Topic
    Excels the set cell value.
    Syntax
    'Declaration
     
    
    Function ExcelSetCellValue( _
       ByVal sheetView As Object, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal value As Object, _
       ByVal styleInfo As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOptimizedExcel
    Dim sheetView As Object
    Dim row As Integer
    Dim col As Integer
    Dim value As Object
    Dim styleInfo As Object
    Dim value As Boolean
     
    value = instance.ExcelSetCellValue(sheetView, row, col, value, styleInfo)

    Parameters

    sheetView
    The sheet.
    row
    The row.
    col
    The col.
    value
    The value.
    styleInfo
    The style info.
    See Also