Click or drag to resize

BcfCellExtensionsGetValueT Method (BcfCellT)

Redirects to Value

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static T GetValue<T>(
	this BcfCell<T> cell
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCellT
The cell.

Type Parameters

T
Column value type

Return Value

Type: T
Cells value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BcfCellT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also