BcfCell Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfCell type exposes the following members.
| Name | Description | |
|---|---|---|
| CellId |
Gets the cell ID.
| |
| Column |
Gets the BcfColumn the cell belongs to.
| |
| ColumnId | ||
| ColumnIndex |
Gets the zero-based index of the BcfColumn this BcfCell represents.
| |
| Faults |
Gets the BcfFault objects tagging this cell.
| |
| OwningRow |
Gets the BcfRow the cell belongs to.
| |
| Table |
Gets the BcfTable the cell belongs to.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValueObject |
Gets the Value as object.
| |
| Invalidate |
Flags the cells value as outdated.
| |
| IsValueEquivalent |
Gets a value indicating whether this cell Value property equals specified cell-value property.
| |
| IsValueNull |
Gets a value that indicates whether the cell Value property is null.
| |
| Load |
Sets Value using cells value.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDefaultValue |
Sets the cells value to columns default value.
| |
| SetNextFromSequenceOrDefaultValue |
Sets the cells value to columns default value.
| |
| SetValueObject |
Sets the value.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValueObjectEquals |
Compares the specified value with the Value property and returns the result of equality-check.
|