Count プロパティ (Selection オブジェクト)¶
現在の文書中にある選択の個数を返します。複数選択モードでない場合には、通常選択が存在していても、常に 0 を返します。 EmEditor Professional Version 13 以上で利用できます。¶
[JavaScript]¶
NumOfSelections = document.selection.Count;
[VBScript]¶
NumOfSelections = document.selection.Count
バージョン¶