Identifies a single cell in a Worksheet.
The following tables list the members exposed by the Cell type.
Name | Description | |
---|---|---|
![]() |
Clears the contents of this cell. |
|
![]() |
|
|
![]() |
Gets the Annotation object that represents a comment for this cell. |
|
![]() |
Gets the zero-based index of the column of the represented cell. |
|
![]() |
Gets a list with format objects that can be used to customize the appearance of the cell based on various conditions. |
|
![]() |
Gets or sets the cell data. |
|
![]() |
Gets a Hyperlink object that represents the hyperlink associated with this cell. |
|
![]() |
Gets the locale used to format the value of this cell. |
|
![]() |
Gets the zero-based index of the row of the represented cell. |
|
![]() |
Gets an IStyle object that can be used to customize the appearance of the cell. |
|
![]() |
Gets an IValidation object that can be used to specify validation rules for the data in the cell. |
|
![]() |
Gets the effective value of this cell. If the cell contains a formula, this property should return the result of the formula evaluation. |
|
![]() |
Gets the worksheet this cell belongs to. |
|
![]() |
|
|
![]() |
Gets a value indicating whether this cell is editable. |
|
![]() |
Gets a value indicating whether this cell belongs to a hidden column or row. |
|
![]() |
Gets a value indicating whether this cell is part of a merged cell. |
|
![]() |
Removes an annotation object from the cell. |
|
![]() |
Removes the hyperlink associated with this cell. |
|
![]() |
Clears the cell contents, as well as its associated style, hyperlink, annotation, conditional formatting and data validations. |
|
![]() |
Sets the text of the annotation object, associated with this cell. |
|
![]() |
Overloaded. Sets the cell data. |
|
![]() |
Sets a value indicating whether this cell is editable. |
|
![]() |
Overloaded. Sets a hyperlink, associated with the cell. |
|
![]() |
Sets the locale used to format the value of this cell. |
|
![]() |
|
|
![]() |
Down-casts the cell value to specified type. |