[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalculator.ShowOutput

ShowOutput Property

ShowOutput

Gets or sets a bool value indicates whether to show the output region.

Declaration
[Browsable(true)]
public bool ShowOutput { get; set; }
<Browsable(True)>
Public Property ShowOutput As Boolean
Property Value
Type Description
bool

A bool value indicates whether to show the output region.

Remarks

This property determines whether to show the output area or not. When the value is false, the output will shown on the EditBox of GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.