'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)
public RangeReference[] GetAllFormulaArray( out int length )
Parameters
- length
- The length.