'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)
public string GetFormulaArray( int row, int column, out RangeReference rangeApply )
Parameters
- row
- The row index.
- column
- The column index.
- rangeApply
Return Value
empty string if the cell does not contain an array formula