The following tables list the members exposed by WorksheetCell.
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. |
Name | Description | |
---|---|---|
![]() | ApplyFormula | Applies a formula to the cell. |
![]() | Equals | Determines whether the specified object is another WorksheetCell instance which refers to the same location on the same worksheet as this cell. |
![]() | GetBoundsInTwips | Overloaded. Gets the bounds of the cell in twips (1/20th of a point). |
![]() ![]() | GetCellAddressString | Overloaded. Gets the string representation of the address of the cell. |
![]() | GetHashCode | Gets the hash code of the WorksheetCell. |
![]() | GetHyperlink | Gets the effective hyperlink on the cell. |
![]() | GetResolvedCellFormat | Gets the resolved cell formatting for this cell. |
![]() | GetText | Overloaded. Gets the text displayed in the cell. |
![]() ![]() | IsCellTypeSupported | Returns True if a particular type of value can be exported to excel. |
![]() | ToString | Overloaded. Gets the string representation of the address of the cell. |
![]() | ValidateValue | Returns a boolean indicating if the value of the cell is valid considering the associated DataValidationRule |
![]() | Determines whether two cell instances are equivalent. |
![]() | Determines whether two cell instances are not equivalent. |
View on GitHub