| BcfCell Methods | |
The BcfCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertedValueEquals |
Converts the given object, compares the converted object with the Value property and returns the result.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValueNull |
Gets a value that indicates whether the cell Value property is null.
| |
| SetValue(Object) |
Sets the value optimistic.
| |
| SetValue(Object, Boolean) |
Sets the value.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValueEquals |
Compares a given object with the Value property and returns the result.
|