void SetFormula( int row, int column, string value )
'Declaration Sub SetFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
'Declaration
Sub SetFormula( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
'Usage Dim instance As IExpressionSupport Dim row As Integer Dim column As Integer Dim value As String instance.SetFormula(row, column, value)
'Usage
Dim instance As IExpressionSupport Dim row As Integer Dim column As Integer Dim value As String instance.SetFormula(row, column, value)
IExpressionSupport Interface IExpressionSupport Members