string GetFormula( int row, int column )
'Declaration Function GetFormula( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Declaration
Function GetFormula( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
'Usage Dim instance As IExpressionSupport Dim row As Integer Dim column As Integer Dim value As String value = instance.GetFormula(row, column)
'Usage
Dim instance As IExpressionSupport Dim row As Integer Dim column As Integer Dim value As String value = instance.GetFormula(row, column)
IExpressionSupport Interface IExpressionSupport Members