[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType.RecommendedValue

RecommendedValue Property

RecommendedValue

Gets or sets the recommended value.

Declaration
public decimal RecommendedValue { get; set; }
Public Property RecommendedValue As Decimal
Property Value
Type Description
decimal

A string value that indicates the recommended value.
The default is Zero.

Remarks

The RecommendedValue property provides a hint for the user that is shown before the value is fully entered. When a value is being typed, pressing a special shortcut key or key combination accepts the recommended value.

Exceptions
Type Condition
ArgumentException

Occurs when an invalid value that does not match the current pattern is set with the RecommendedValue property.