ExcelSetCellFormat Method (IOptimizedExcel)
In This Topic
Excels the set cell format internal.
Syntax
'Declaration
Function ExcelSetCellFormat( _
ByVal As Object, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Object _
) As Boolean
'Usage
Dim instance As IOptimizedExcel
Dim sheetView As Object
Dim row As Integer
Dim col As Integer
Dim styleIndex As Integer
Dim styleInfo As Object
Dim value As Boolean
value = instance.ExcelSetCellFormat(sheetView, row, col, styleIndex, styleInfo)
bool ExcelSetCellFormat(
object ,
int ,
int ,
int ,
out object
)
Parameters
- sheetView
- The sheet view.
- row
- The row.
- col
- The col.
- styleIndex
- Index of the style.
- styleInfo
- The style info.
See Also