Sheet (Class)

Defines the structure for an object that reads and writes cell values within a sheet in an Excel workbook.

Namespace: elsystem.office.excel.sheet

Properties
  Name Type Description
Public property Cells object The object associated with the specified column and row.
Public property CellsAsBool bool The true/false value of the specified column and row.
Public property CellsAsDouble double The double value of the specified column and row.
Public property CellsAsInt int The integer value of the specified column and row.
Public property CellsAsString string The string value of the specified column and row.
Methods
  Name Description
Public property Activate Opens a connection to the current spreadsheet.
Inheritance Hierarchy

elsystem.Object

elsystem.office.excel.Sheet