Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ViewportInfo Class / ViewportWidth Property


In This Topic
    ViewportWidth Property (ViewportInfo)
    In This Topic
    Gets the width of all the viewports.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewportWidth As Double()
    'Usage
     
    Dim instance As ViewportInfo
    Dim value() As Double
     
    value = instance.ViewportWidth
    public double[] ViewportWidth {get;}
    See Also