Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetViewportInfo Method


In This Topic
    GetViewportInfo Method
    In This Topic
    Gets the viewport information of the current sheet.
    Syntax
    'Declaration
     
    Public Function GetViewportInfo() As ViewportInfo
    'Usage
     
    Dim instance As Worksheet
    Dim value As ViewportInfo
     
    value = instance.GetViewportInfo()
    public ViewportInfo GetViewportInfo()

    Return Value

    The viewport information.
    See Also