![]() | |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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 | 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 | |
---|---|---|
![]() | ValueChanged |
Occurs when Value property has been changed. This event is deferred until the last BcfTransaction is committed.
|