Methods in ActiveXLS that return ExcelArrayFormula |
ExcelArrayFormula |
ExcelWorksheet.esd_getArrayFormulaAt(int nRow,
int nColumn)
Returns the array formula located at the specified row number and row column. |
ExcelArrayFormula |
ExcelWorksheet.esd_getArrayFormulaAt(System.String range)
Returns the array formula located at the specified range. |
ExcelArrayFormula |
ExcelWorksheet.esd_getArrayFormulaAt(int index)
Returns the array formula from the specified index. |
ExcelArrayFormula |
ExcelArrayFormula.Clone()
Creates and returns a copy of this object. |