PowerTools SPREAD for Windows Forms 8.0J
TextTipFetchEventArgs コンストラクタ(SpreadView,String,Int32,Int32,Boolean,Int32,Boolean,Boolean,Boolean,Boolean,Boolean)


クリックされたセルを含むビュー
ポップアップヒントに表示するテキスト
クリックされたセルの行インデックス
クリックされたセルの列インデックス
ポップアップヒントまたはセルのメモを複数行に折り返すかどうか
ポップアップヒントまたはセルのメモの幅
ポップアップヒントまたはセルのメモを表示するかどうか
セルが行ヘッダであるかどうか
セルが列ヘッダであるかどうか
セルが列フッタにあるかどうか
セルのメモを表示するかどうか
TextTipFetch イベント引数を含む新しいオブジェクトを作成します。
構文
'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 _
)
'使用法
 
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)
public TextTipFetchEventArgs( 
   SpreadView view,
   string text,
   int row,
   int column,
   bool wrapText,
   int width,
   bool showTip,
   bool rowHeader,
   bool columnHeader,
   bool columnFooter,
   bool fetchCellNote
)

パラメータ

view
クリックされたセルを含むビュー
text
ポップアップヒントに表示するテキスト
row
クリックされたセルの行インデックス
column
クリックされたセルの列インデックス
wrapText
ポップアップヒントまたはセルのメモを複数行に折り返すかどうか
width
ポップアップヒントまたはセルのメモの幅
showTip
ポップアップヒントまたはセルのメモを表示するかどうか
rowHeader
セルが行ヘッダであるかどうか
columnHeader
セルが列ヘッダであるかどうか
columnFooter
セルが列フッタにあるかどうか
fetchCellNote
セルのメモを表示するかどうか
参照

TextTipFetchEventArgs クラス
TextTipFetchEventArgs メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.