Spread for ASP.NET 12 Product Documentation
GetFormula Method (IExpressionSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IExpressionSupport Interface : GetFormula Method
Row index
Column index
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)
string GetFormula( 
   int row,
   int column
)

Parameters

row
Row index
column
Column index
See Also

Reference

IExpressionSupport Interface
IExpressionSupport Members