ActiveXLS v6.4.0 API Documentation

Uses of Class
ActiveXLS.ExcelDocument

Namespaces that use ExcelDocument
ActiveXLS   
 

Uses of ExcelDocument in ActiveXLS
 

Methods in ActiveXLS that return ExcelDocument
 ExcelDocument ExternalLinks.getExcelDocument(System.String link)
          Returns the Excel document specified by the link.
 ExcelDocument ExcelDocument.Clone()
          Creates and returns a copy of this object.
 

Methods in ActiveXLS with parameters of type ExcelDocument
 System.String ExcelWorksheet.esd_computeFormulas(ExcelDocument excel, bool bRecalculate)
          Calculates all formulas existing in the cells of this ExcelWorksheet
 ActiveXLS.Formulas.Util.FunctionDataObject ExcelCell.calculateFormula(ExcelDocument excel, ExcelWorksheet cellWorksheet, ExcelWorksheet formulaWorksheet, int nCellRow, int nCellColumn, int nFormulaRow, int nFormulaColumn, bool bRecalculate)
          Calculates the cell formula if the cell value is a formula
 

Constructors in ActiveXLS with parameters of type ExcelDocument
Formula(ExcelDocument excel)
          Defines a new instance of the object that parses formulas.
Formula(ExcelDocument excel, bool bR1C1ReferenceStyle)
          Defines a new instance of the object that parses formulas.
Formula(ExcelDocument excel, ActiveXLS.OpenXML.Workbook workbook)
          Defines a new instance of the object that parses formulas.
 


Copyright 2009 On Time Computing Solutions