ExcelSetCellValue Method (IOptimizedExcel)
In This Topic
Excels the set cell value.
Syntax
'Declaration
Function ExcelSetCellValue( _
ByVal As Object, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Object, _
ByVal 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)
bool ExcelSetCellValue(
object ,
int ,
int ,
object ,
object
)
Parameters
- sheetView
- The sheet.
- row
- The row.
- col
- The col.
- value
- The value.
- styleInfo
- The style info.
See Also