 | BcfCellExtensionsSetValueT Method (BcfCell, T) |
Sets
Value without boxing and bypasses the
Converter. The method does not support type conversions.
You can set
Int32 on int?-cells;
String on
IComparable-cells; but you CAN NOT set
Byte on an
Int32-cell or any
other thing that requires explicit or implicit conversions.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
Exceptions
See Also