SPREAD for WPF 4.0J - GcSpreadSheet
GetSelection メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > CommandResult 構造体 : GetSelection メソッド
選択のインデックスを示す整数値
指定したインデックスにある変更された選択を取得します。
シンタックス
'宣言
 
Public Function GetSelection( _
   ByVal index As System.Integer _
) As Reference
public Reference GetSelection( 
   System.int index
)

パラメータ

index
選択のインデックスを示す整数値

戻り値の型

インデックスが無効な場合はGrapeCity.Spreadsheet.Reference.Empty、それ以外の場合は選択範囲を表すGrapeCity.Spreadsheet.Referenceオブジェクト。
参照

CommandResult 構造体
CommandResult メンバ