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