| BcfCell Class | |
Namespace: CalculationWorks.BusinessModel
The BcfCell type exposes the following members.
| 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 | |
|---|---|---|
| ConvertedValueEquals |
Converts the given object, compares the converted object with the Value property and returns the result.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Invalidate |
Flags the cells value as outdated. So the value will be recomputed.
| |
| IsValueNull |
Gets a value that indicates whether the cell Value property is null.
| |
| SetValue |
Sets the value.
| |
| ToString | (Inherited from Object.) | |
| ValueEquals |
Compares a given object with the Value property and returns the result.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Occurs when Value property has been changed. This event is deferred until the last BcfTransaction is committed.
|