Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class / ViewportWidth Property


In This Topic
    ViewportWidth Property (FormulaTextBox)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewportWidth As Double
    'Usage
     
    Dim instance As FormulaTextBox
    Dim value As Double
     
    value = instance.ViewportWidth
    public double ViewportWidth {get;}
    See Also