SPREAD for WPF 3.0J - GcSpreadGrid
SelectionChangingEventArgs コンストラクタ

GrapeCity.Windows.SpreadGrid 名前空間 > SelectionChangingEventArgs クラス : SelectionChangingEventArgs コンストラクタ
ユーザーが選択しているセル範囲。
現在選択されているセル範囲。
SelectionChangingEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal activeSelection() As CellRange, _
   ByVal selections() As CellRange _
)
public SelectionChangingEventArgs( 
   CellRange[] activeSelection,
   CellRange[] selections
)

パラメータ

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

SelectionChangingEventArgs クラス
SelectionChangingEventArgs メンバ