Cell Members
Represents a cell in a given cellset. For a complete list of class members, see Cell.
The following tables list the members exposed by the Cell type.
Public Properties
Name | Description | |
---|---|---|
CellProperties | Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell. | |
FormattedValue | Gets a string representing the formatted value of the Cell. | |
Value | Gets the value of the Cell. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether two instances of Object are equal. | |
GetHashCode | Overridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether two specified instances of Cell are equal. | |
op_Inequality | Determines whether two specified instances of Cell have different values. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top