WorksheetCell class

WorksheetCell class

Represents a worksheet cell.

The WorksheetCell type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the WorksheetCell class.
init Initializes a new instance of the WorksheetCell class.

Properties

Property Description
worksheet_index Gets the worksheet index.
row_index Gets the row index.
column_index Gets the column index.
row_span Gets the total number of rows that contain the cell.
column_span Gets the total number of columns that contain the cell.
text Gets the worksheet cell text value.

See Also