| BcfCell Class | |
Namespace: CalculationWorks.BusinessModel
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.
|
| Name | Description | |
|---|---|---|
| Column |
Gets the BcfColumn the cell belongs to.
| |
| Row |
Gets the BcfRow the cell belongs to.
| |
| Value |
Gets or sets the value.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Occurs when Value property has been changed. This event is deferred until the last BcfTransaction is committed.
|