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