[]
Creates a new object with the ScrollTipFetch event arguments.
public ScrollTipFetchEventArgs(SpreadView view, string text, int row, int column, bool showTip)
Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, showTip As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that is scrolled |
string | text | Text in the scroll tip |
int | row | New top row |
int | column | New left column |
bool | showTip | Whether to show the scroll tip |