Sdílet prostřednictvím


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
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, suitable 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() (Inherited from Object.)

Top

Operators

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

Top

Properties

  Name Description
Public property CellProperties Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
Public property FormattedValue Gets a string representing the formatted value of the Cell.
Public property Value Gets the value of the Cell.

Top