Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnFooter Class / GetAllArrayFormula Method


In This Topic
GetAllArrayFormula Method
In This Topic
Get all array formula in the footer. Internal use only.
Syntax
'Declaration
 
Public Function GetAllArrayFormula( _
   ByRef length As Integer _
) As RangeReference()
 
'Usage
 
Dim instance As ColumnFooter
Dim length As Integer
Dim value() As RangeReference
 
value = instance.GetAllArrayFormula(length)

Parameters

length
See Also