public ScrollTipFetchEventArgs( SpreadView view, string text, int row, int column, bool showTip )
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal showTip As Boolean _ )
'Declaration
Public Function New( _ ByVal view As SpreadView, _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal showTip As Boolean _ )
'Usage Dim view As SpreadView Dim text As String Dim row As Integer Dim column As Integer Dim showTip As Boolean Dim instance As New ScrollTipFetchEventArgs(view, text, row, column, showTip)
'Usage
Dim view As SpreadView Dim text As String Dim row As Integer Dim column As Integer Dim showTip As Boolean Dim instance As New ScrollTipFetchEventArgs(view, text, row, column, showTip)
ScrollTipFetchEventArgs Class ScrollTipFetchEventArgs Members