Cell Members
Include Protected Members
Include Inherited Members
Represents a cell in a given cellset. For a complete list of class members, see Cell.
The Cell type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether two instances of Object are equal. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality(Cell, Cell) | Determines whether two specified instances of Cell are equal. | |
Inequality(Cell, Cell) | Determines whether two specified instances of Cell have different values. |
Top
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