Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetCellFormulaString Method
Formula
Row index
Column index


In This Topic
ExcelGetCellFormulaString Method
In This Topic
Gets the Excel XML forumla string.
Syntax
'Declaration
 
Function ExcelGetCellFormulaString( _
   ByVal forumla As Object, _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
 
'Usage
 
Dim instance As IExcelXml
Dim forumla As Object
Dim row As Integer
Dim column As Integer
Dim value As String
 
value = instance.ExcelGetCellFormulaString(forumla, row, column)

Parameters

forumla
Formula
row
Row index
column
Column index
See Also