bool ExcelSetCellFormat( short sheet, int row, int col, int styleIndex, out object styleInfo )
'Declaration Function ExcelSetCellFormat( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal styleIndex As Integer, _ ByRef styleInfo As Object _ ) As Boolean
'Declaration
Function ExcelSetCellFormat( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal styleIndex As Integer, _ ByRef styleInfo As Object _ ) As Boolean
'Usage Dim instance As IExcelXMlOptimized Dim sheet As Short Dim row As Integer Dim col As Integer Dim styleIndex As Integer Dim styleInfo As Object Dim value As Boolean value = instance.ExcelSetCellFormat(sheet, row, col, styleIndex, styleInfo)
'Usage
Dim instance As IExcelXMlOptimized Dim sheet As Short Dim row As Integer Dim col As Integer Dim styleIndex As Integer Dim styleInfo As Object Dim value As Boolean value = instance.ExcelSetCellFormat(sheet, row, col, styleIndex, styleInfo)
IExcelXMlOptimized Interface IExcelXMlOptimized Members