 |
| BcfCellChangedEventArgsCell Property |
Gets the cell containing the changed value.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfCell Cell { get; }Public ReadOnly Property Cell As BcfCell
Get
public:
property BcfCell^ Cell {
BcfCell^ get ();
}member Cell : BcfCell with get
Property Value
Type:
BcfCellThe cell.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also