Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISpreadsheet Interface / GetFormula Method
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.


In This Topic
GetFormula Method (ISpreadsheet)
In This Topic
Gets the formula text from the specified cell on this spreadsheet.
Syntax
'Declaration
 
Function GetFormula( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
 
'Usage
 
Dim instance As ISpreadsheet
Dim row As Integer
Dim column As Integer
Dim value As String
 
value = instance.GetFormula(row, column)

Parameters

row
An integer value indicates the row index of cell.
column
An integer value indicates the column index of cell.

Return Value

The formula text of the cell.
See Also