Click or drag to resize

BcfCellId Methods

The BcfCellId type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares this instance to a value and returns an indication of their relative values.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(BcfCellId)
Determines whether the specified value is equal to this instance.
Public methodGetCell
Resolves the BcfCell representing this instance in specified dataSet.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetOwningRow
Resolves the OwningRow of the BcfCell representing this instance in specified dataSet.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString.)
Public methodTryGetCell
Resolves the BcfCell representing this instance in specified dataSet.
Public methodTryGetOwningRow
Resolves the OwningRow of the BcfCell representing this instance in specified dataSet.
Top
See Also