RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupFormulaColumnDefinition..::..HasDecimalCount Method

Sets the number of digits to the right of the double point.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public LookupFormulaColumnDefinition HasDecimalCount(
	int value
)
Public Function HasDecimalCount ( _
	value As Integer _
) As LookupFormulaColumnDefinition
public:
LookupFormulaColumnDefinition^ HasDecimalCount(
	int^ value
)

Parameters

value
Type: Int32
The new digits value.

Return Value

This object.