ShowRecommendedValue Property (GcNumberCellType)
Gets or sets a value that indicates whether to show the recommended value.
public bool ShowRecommendedValue {get; set;}
'Declaration
Public Property ShowRecommendedValue As Boolean
'Usage
Dim instance As GcNumberCellType
Dim value As Boolean
instance.ShowRecommendedValue = value
value = instance.ShowRecommendedValue
Property Value
true to show the recommended value; otherwise,
false.
The default is
false.