Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / Width Property


In This Topic
    Width Property (PopUpCalculator)
    In This Topic
    Gets or sets the width of the pop up window.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    'Usage
     
    
    Dim instance As PopUpCalculator
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}

    Property Value

    The System.Int32 value indicates the width of the pop up window.
    The default is 0.
    Exceptions
    ExceptionDescription
    The value is less than zero.
    See Also