'Declaration Public Sub SetFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
Parameters
- row
- Row index of the cell
- column
- Column index of the cell
- value
- Object that contains the formula for the cell
'Declaration Public Sub SetFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )