Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetFormulaArray Method
The row index.
The column index.


In This Topic
GetFormulaArray Method
In This Topic
Gets the formula array at the specified row and column index. Internal use only.
Syntax
'Declaration
 
Public Function GetFormulaArray( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef rangeApply As RangeReference _
) As String
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rangeApply As RangeReference
Dim value As String
 
value = instance.GetFormulaArray(row, column, rangeApply)

Parameters

row
The row index.
column
The column index.
rangeApply

Return Value

empty string if the cell does not contain an array formula
See Also