'Declaration
Function ExcelGetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal formula As Object _ ) As ArrayList
Parameters
- sheet
- Sheet index
- row
- Row index
- col
- Column index
- formula
- Formula
'Declaration
Function ExcelGetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal formula As Object _ ) As ArrayList