Click or drag to resize
Sheet Class
Sheet class represents a worksheet defined in Excel.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelReaderSheet

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Sheet

The Sheet type exposes the following members.

Methods
  NameDescription
Public methodCode exampleOpenCell
Opens the specified cell and returns a Cell object.
Public methodCode exampleOpenCellByDefinedName
Opens the cell with the specified name defined in Excel and returns a Cell object.
Public methodCode exampleOpenTable
Opens the specified table and returns a Table object.
Public methodCode exampleOpenTableByDefinedName
Opens the table with the specified name defined in Excel and returns the Table object.
Top
Properties
  NameDescription
Public propertyCells
Gets the Cells named by DefinedName.
Public propertyName
Gets the name of the Sheet.
Public propertyTables
Gets the Tables named by DefinedName.
Top
Remarks

Sheet class represents a worksheet defined in Excel. You can only call the OpenSheet(String) method to get the Sheet object.

See Also