Search
WorksheetView.ScrollY Property
See Also
 






Gets or sets the value of the vertical scrollbar.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public int ScrollY { get; set; }

Visual Basic  Copy Code

Public Property ScrollY As Integer

 Property Value

An integer value.

 See Also