'宣言 Public Function GetSelection( _ ByVal index As System.Integer _ ) As Reference
public Reference GetSelection( System.int index )
パラメータ
- index
- 選択のインデックスを示す整数値
戻り値の型
インデックスが無効な場合はGrapeCity.Spreadsheet.Reference.Empty、それ以外の場合は選択範囲を表すGrapeCity.Spreadsheet.Referenceオブジェクト。