[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.PopUpCalculator.Width

Width Property

Width

Gets or sets the width of the pop up window.

Declaration
[Browsable(true)]
public int Width { get; set; }
<Browsable(True)>
Public Property Width As Integer
Property Value
Type Description
int

The int value indicates the width of the pop up window.
The default is 0.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is less than zero.