Spread Windows Forms 17
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)
    public RangeReference[] GetAllArrayFormula( 
       out int length
    )

    Parameters

    length
    See Also