Click or drag to resize
Sheet Methods

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
See Also