ActiveXLS v6.4.0 API Documentation

Uses of Class
ActiveXLS.ExcelWorksheet

Namespaces that use ExcelWorksheet
ActiveXLS   
 

Uses of ExcelWorksheet in ActiveXLS
 

Methods in ActiveXLS with parameters of type ExcelWorksheet
 FormulaResult Formula.computeFormula(System.String sFormula, ExcelWorksheet currentWorksheet_arg, ExcelWorksheet formulaWorksheet_arg, int formulaRow, int formulaColumn)
          Returns the result of an Excel formula; the formula should not start with the = (equal) sign like in Excel.
 bool ExcelDocument.esd_ReadExcelWorksheet_AsXML(System.IO.Stream f, ExcelWorksheet xlsWorksheet, int startRow, int startColumn, int endRow, int endColumn)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument and writes them into an XML document
Available for: Professional, Reader
 bool ExcelDocument.esd_ReadExcelWorksheet_AsXML(System.String XMLFilePath, ExcelWorksheet xlsWorksheet, int startRow, int startColumn, int endRow, int endColumn)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument and writes them into an XML document
Available for: Professional, Reader
 bool ExcelDocument.esd_ReadExcelWorksheet_AsXML(System.IO.Stream f, ExcelWorksheet xlsWorksheet)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument and writes them into an XML document
Available for: Professional, Reader
 bool ExcelDocument.esd_ReadExcelWorksheet_AsXML(System.String XMLFilePath, ExcelWorksheet xlsWorksheet)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument and writes them into an XML document
Available for: Professional, Reader
 bool ExcelDocument.esd_ReadExcelWorksheet_AsXML(System.IO.Stream f, ExcelWorksheet xlsWorksheet, System.String sRangeReference)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument and writes them into an XML document
Available for: Professional, Reader
 bool ExcelDocument.esd_ReadExcelWorksheet_AsXML(System.String XMLFilePath, ExcelWorksheet xlsWorksheet, System.String sRangeReference)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument and writes them into an XML document
Available for: Professional, Reader
 System.Data.DataSet ExcelDocument.esd_ReadExcelWorksheet_AsDataSet(ExcelWorksheet xlsWorksheet, int startRow, int startColumn, int endRow, int endColumn)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a DataSet object
Available for: Professional, Reader
 System.Data.DataSet ExcelDocument.esd_ReadExcelWorksheet_AsDataSet(ExcelWorksheet xlsWorksheet)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a DataSet object
Available for: Professional, Reader
 System.Data.DataSet ExcelDocument.esd_ReadExcelWorksheet_AsDataSet(ExcelWorksheet xlsWorksheet, System.String sRangeReference)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a DataSet object
Available for: Professional, Reader
 List ExcelDocument.esd_ReadExcelWorksheet_AsList(ExcelWorksheet xlsWorksheet, int startRow, int startColumn, int endRow, int endColumn)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object
Available for: Professional, Reader
 List ExcelDocument.esd_ReadExcelWorksheet_AsList(ExcelWorksheet xlsWorksheet)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object
Available for: Professional, Reader
 List ExcelDocument.esd_ReadExcelWorksheet_AsList(ExcelWorksheet xlsWorksheet, System.String sRangeReference)
          Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object
Available for: Professional, Reader
 void ExcelDocument.esd_addWorksheet(ExcelWorksheet xlsWorksheet)
          Adds a worksheet to the sheet list.
 void ExcelDocument.esd_insertWorksheet(int index, ExcelWorksheet xlsWorksheet)
          Inserts a worksheet to the sheet list on the specified position.
 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 ExcelWorksheet
ExcelPageSetup(ExcelWorksheet xlsTab)
          Internal use only Defines an instance of page setup.
 


Copyright 2009 On Time Computing Solutions