'Declaration
Overloads Function ExcelSetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal formula As String _ ) As Boolean
Parameters
- sheet
- Sheet index
- row
- Row index
- col
- Column index
- formula
- Formula string
'Declaration
Overloads Function ExcelSetCellFormula( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal formula As String _ ) As Boolean