Freigeben über


CellProperty-Member

Represents a cell property for a given cell.

Der CellProperty-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of Object are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a String that represents the current Object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two specified instances of CellProperty are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two specified instances of CellProperty have different values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the name of the CellProperty.
Öffentliche Eigenschaft Namespace Gets the namespace of the CellProperty.
Öffentliche Eigenschaft Value Gets the value of the CellProperty.

Zum Anfang