Click or drag to resize

BcfCellExtensionsSetValueT Method (BcfCellT, T)

Redirects to Value = value.

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

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCellT
The cell.
value
Type: T
The value to set.

Type Parameters

T
Value type

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