Excel for UWP/WinRT
SelectedCells プロパティ

シート内の選択されたセルのコレクションを含む XLCellRangeCollection を取得します。
構文
'宣言
 
Public ReadOnly Property SelectedCells As XLCellRangeCollection
public XLCellRangeCollection SelectedCells {get;}
解説
このコレクションには、シート内の結合範囲を調査、追加、クリアするためのメソッドがあります。選択範囲は、それぞれ XLCellRange オブジェクトによって表されます。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

XLSheet クラス
XLSheet メンバ

Send Feedback