[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ScrollTipFetchEventArgs.-ctor

ScrollTipFetchEventArgs Constructor

ScrollTipFetchEventArgs(SpreadView, string, int, int, bool)

Creates a new object with the ScrollTipFetch event arguments.

Declaration
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)
Parameters
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