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


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.
    Example
    This example uses the GetViewportInfo method.
    See Also