Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetViewportInfo Method
The value.


In This Topic
    SetViewportInfo Method
    In This Topic
    Sets the viewport information to the current sheet.
    Syntax
    'Declaration
     
    Public Sub SetViewportInfo( _
       ByVal value As ViewportInfo _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim value As ViewportInfo
     
    instance.SetViewportInfo(value)
    public void SetViewportInfo( 
       ViewportInfo value
    )

    Parameters

    value
    The value.
    See Also