'Declaration Public Function GetFormula( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As System.String
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.String value = instance.GetFormula(row, column)
Parameters
- row
- The row index.
- column
- The column index.
Return Value
Returns the formula string.