Delen via


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
Public method Equals(Object) Determines whether two instances of Object are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method 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().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(CellProperty, CellProperty) Determines whether two specified instances of CellProperty are equal.
Public operatorStatic member Inequality(CellProperty, CellProperty) Determines whether two specified instances of CellProperty have different values.

Top

Properties

  Name Description
Public property Name Gets the name of the CellProperty.
Public property Namespace Gets the namespace of the CellProperty.
Public property Value Gets the value of the CellProperty.

Top