GrapeCity SPREAD for WPF 2.0J
SelectionChangingEventArgs コンストラクタ

ユーザーが選択しているセル範囲。
現在選択されているセル範囲。
SelectionChangingEventArgs クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal activeSelection() As CellRange, _
   ByVal selections() As CellRange _
)
public SelectionChangingEventArgs( 
   CellRange[] activeSelection,
   CellRange[] selections
)

パラメータ

activeSelection
ユーザーが選択しているセル範囲。
selections
現在選択されているセル範囲。
参照

SelectionChangingEventArgs クラス
SelectionChangingEventArgs メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.