ExcelSetCellFormat(Object,Int32,Int32,Int32,Object,String) Method
In This Topic
Syntax
'Declaration
Overloads Function ExcelSetCellFormat( _
ByVal As Object, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Object, _
ByRef As String _
) As Boolean
'Usage
Dim instance As IOptimizedExcel2
Dim sheetViewObj As Object
Dim row As Integer
Dim col As Integer
Dim styleIndex As Integer
Dim styleInfo As Object
Dim styleName As String
Dim value As Boolean
value = instance.ExcelSetCellFormat(sheetViewObj, row, col, styleIndex, styleInfo, styleName)
bool ExcelSetCellFormat(
object ,
int ,
int ,
int ,
out object ,
out string
)
Parameters
- sheetViewObj
- row
- col
- styleIndex
- styleInfo
- styleName
See Also