Sum Property (Selection Object)¶
Retrieves the sum of the numbers contained in the selection. Supported in EmEditor Professional Version 21.5 or later.¶
[JavaScript]¶
v = document.selection.Sum;
[VBScript]¶
v = document.selection.Sum
Version¶
Macro Reference — Selection Object — Sum Property (Selection Object)