Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetAllFormulaArray Method
The length.


In This Topic
GetAllFormulaArray Method
In This Topic
Gets all formula array. Internal use only.
Syntax
'Declaration
 
Public Function GetAllFormulaArray( _
   ByRef length As Integer _
) As RangeReference()
 
'Usage
 
Dim instance As SheetView
Dim length As Integer
Dim value() As RangeReference
 
value = instance.GetAllFormulaArray(length)

Parameters

length
The length.
See Also