 |
| BcfRowGetValue Method (BcfColumn) |
Gets the
Value of the specified
column.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic Object GetValue(
BcfColumn column
)
Public Function GetValue (
column As BcfColumn
) As Object
public:
Object^ GetValue(
BcfColumn^ column
)
member GetValue :
column : BcfColumn -> Object
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumn
The column.
Return Value
Type:
ObjectThe cells value.
Exceptions
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also