For a list of all members of this type, see WorksheetCell members.
Name | Description | |
---|---|---|
![]() | AssociatedDataTable | Gets the data table to which the cell belongs. |
![]() | AssociatedMergedCellsRegion | Gets the merged cells region which contains the cell, or null if the cell is not merged. |
![]() | AssociatedTable | Gets the WorksheetTable to which this cell belongs. |
![]() | CellFormat | Gets the cell formatting for this cell. |
![]() | ColumnIndex | Gets the column index of the cell. |
![]() | Comment | Gets or sets the comment applied to the cell. |
![]() | DataValidationRule | Gets or sets the data validation rule for the WorksheetCell. |
![]() | Formula | Gets the formula which has been applied to the cell. |
![]() | HasCellFormat | Gets the value which indicates whether the cell's format has been initialized yet. |
![]() | HasComment | Get the value indicating whether the cell has an associated comment. |
![]() | RowIndex | Gets the row index of the cell. |
![]() | Value | Gets or sets the value of the cell. |
![]() | Worksheet | Gets the worksheet to which the cell belongs. |
View on GitHub