FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Model 名前空間 > IReceiveRowsVisibleStateChangedNotificationSupport インタフェース : RequestRowVisibleStates イベント |
'Declaration Event RequestRowVisibleStates As RequestRowVisibleStatesEventHandler
'使用法 Dim instance As IReceiveRowsVisibleStateChangedNotificationSupport Dim handler As RequestRowVisibleStatesEventHandler AddHandler instance.RequestRowVisibleStates, handler
event RequestRowVisibleStatesEventHandler RequestRowVisibleStates
イベント ハンドラが、このイベントに関連するデータを含む、RequestRowVisibleStatesEventArgs 型の引数を受け取りました。次の RequestRowVisibleStatesEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
Row | 表示状態を調べる行範囲の最初の行インデックスを取得します。 |
RowCount | 表示状態を調べる行範囲の行数を取得します。 |
RowVisibleStates | 行の表示状態に関する情報を含むディクショナリーを取得します。RequestRowVisibleStatesを処理するとき、このディクショナリーに行の表示状態が追加されます。 |