bool ExcelSetCellFormula( short sheet, int row, int col, string formula, ArrayList sharedList )
'Declaration Function ExcelSetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal formula As String, _ ByVal sharedList As ArrayList _ ) As Boolean
'Declaration
Function ExcelSetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal formula As String, _ ByVal sharedList As ArrayList _ ) As Boolean
'Usage Dim instance As IExcelXml Dim sheet As Short Dim row As Integer Dim col As Integer Dim formula As String Dim sharedList As ArrayList Dim value As Boolean value = instance.ExcelSetCellFormula(sheet, row, col, formula, sharedList)
'Usage
Dim instance As IExcelXml Dim sheet As Short Dim row As Integer Dim col As Integer Dim formula As String Dim sharedList As ArrayList Dim value As Boolean value = instance.ExcelSetCellFormula(sheet, row, col, formula, sharedList)
IExcelXml Interface IExcelXml Members