CellProperty Members
Include Protected Members
Include Inherited Members
Represents a cell property for a given cell.
The CellProperty 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, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a String that represents the current Object. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality(CellProperty, CellProperty) | Determines whether two specified instances of CellProperty are equal. | |
Inequality(CellProperty, CellProperty) | Determines whether two specified instances of CellProperty have different values. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the CellProperty. | |
Namespace | Gets the namespace of the CellProperty. | |
Value | Gets the value of the CellProperty. |
Top