Uses of Class
EasyXLS.ExcelArrayFormula
-
Uses of ExcelArrayFormula in EasyXLS
Modifier and TypeMethodDescriptionExcelArrayFormula.Clone()
Creates and returns a copy of this object.ExcelWorksheet.easy_getArrayFormulaAt(int index)
Returns the array formula from the specified index.
This method is overridden as easy_getArrayFormulaAt_3 in COM+ version of EasyXLS.
ExcelWorksheet.easy_getArrayFormulaAt(int nRow, int nColumn)
Returns the array formula located at the specified row number and row column.ExcelWorksheet.easy_getArrayFormulaAt(System.String range)
Returns the array formula located at the specified range.
This method is overridden as easy_getArrayFormulaAt_2 in COM+ version of EasyXLS.