Spread Windows Forms 7.0 Product Documentation
TextTipFetchEventArgs Constructor(SpreadView,String,Int32,Int32,Boolean,Int32,Boolean,Boolean,Boolean,Boolean,Boolean)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TextTipFetchEventArgs Class > TextTipFetchEventArgs Constructor : TextTipFetchEventArgs Constructor(SpreadView,String,Int32,Int32,Boolean,Int32,Boolean,Boolean,Boolean,Boolean,Boolean)


view
View that contains the cell that is clicked
text
Text in the text tip
row
Row index of the cell that is clicked
column
Column index of the cell that is clicked
wrapText
Whether the text tip or cell note should wrap for multiple lines
width
Width of the text tip or cell note
showTip
Whether to show the text tip or cell note
rowHeader
Whether the cell is in the row headers
columnHeader
Whether the cell is in the column headers
columnFooter
Whether the cell is in the column footers
fetchCellNote
Whether to display the cell note

Glossary Item Box

Creates a new object with the TextTipFetch event arguments.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal text As String, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal wrapText As Boolean, _
   ByVal width As Integer, _
   ByVal showTip As Boolean, _
   ByVal rowHeader As Boolean, _
   ByVal columnHeader As Boolean, _
   ByVal columnFooter As Boolean, _
   ByVal fetchCellNote As Boolean _
)
Visual Basic (Usage)Copy Code
Dim view As SpreadView
Dim text As String
Dim row As Integer
Dim column As Integer
Dim wrapText As Boolean
Dim width As Integer
Dim showTip As Boolean
Dim rowHeader As Boolean
Dim columnHeader As Boolean
Dim columnFooter As Boolean
Dim fetchCellNote As Boolean
 
Dim instance As New TextTipFetchEventArgs(view, text, row, column, wrapText, width, showTip, rowHeader, columnHeader, columnFooter, fetchCellNote)
C# 
public TextTipFetchEventArgs( 
   SpreadView view,
   string text,
   int row,
   int column,
   bool wrapText,
   int width,
   bool showTip,
   bool rowHeader,
   bool columnHeader,
   bool columnFooter,
   bool fetchCellNote
)

Parameters

view
View that contains the cell that is clicked
text
Text in the text tip
row
Row index of the cell that is clicked
column
Column index of the cell that is clicked
wrapText
Whether the text tip or cell note should wrap for multiple lines
width
Width of the text tip or cell note
showTip
Whether to show the text tip or cell note
rowHeader
Whether the cell is in the row headers
columnHeader
Whether the cell is in the column headers
columnFooter
Whether the cell is in the column footers
fetchCellNote
Whether to display the cell note

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.