EmEditor Home - EmEditor Help - EmEditor Macro Reference - Selection Object

UnIndent Method

Removes indents from the selected text by the specified number of indentation levels.

[JavaScript]

document.selection.UnIndent( [ nCount ] );

[VBScript]

document.selection.UnIndent [ nCount ]

Parameters

nCount

Optional. Specifies the number of indentation levels. The default is 1. If negative, the method acts like the Indent Method. If 0, the method acts like 1.

Version

Supported on EmEditor Professional Version 4.00 or later.

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.