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


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

    Parameters

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