ActiveXLS v6.4.0 API Documentation

Uses of Class
ActiveXLS.ExcelCell

Namespaces that use ExcelCell
ActiveXLS   
 

Uses of ExcelCell in ActiveXLS
 

Methods in ActiveXLS that return ExcelCell
 ExcelCell ExcelTable.esd_getCellAt(int row, int column)
          Returns the cell at the specified row and column.
 ExcelCell ExcelTable.esd_getCell(int row, int column)
          If a cell does not exist at the specified position, it creates one, and returns the cell.
 ExcelCell ExcelTable.esd_getCell(System.String cellReference)
          Returns the cell at the specified reference.
 ExcelCell ExcelRow.esd_getCellAt(int index)
          Returns the cell from the specified index.
 ExcelCell ExcelRow.esd_getCell(int index)
          If a cell does not exist at the specified index, it creates a cell, and returns the cell from the specified index.
 ExcelCell ExcelCell.Clone()
          Creates and returns a copy of this object.
 

Methods in ActiveXLS with parameters of type ExcelCell
 void ExcelTable.esd_setCellAt(ExcelCell cell, int row, int column)
          Sets the cell at the specified position.
 void ExcelRow.esd_setCellAt(ExcelCell cell, int index)
          Sets the specified cell at the specified index.
 void ExcelRow.esd_insertCellAt(ExcelCell cell, int index)
          Inserts the specified cell at the specified index.
 void ExcelRow.esd_addCell(ExcelCell cell)
          Adds the specified cell to row.
 


Copyright 2009 On Time Computing Solutions