Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IExpressionSupport Interface / GetFormula Method
Row index
Column index


In This Topic
GetFormula Method (IExpressionSupport)
In This Topic
Gets the formula, as a string, in the cell at the specified row and column.
Syntax
'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)

Parameters

row
Row index
column
Column index
See Also