IEditorOperations.Untabify Method

Definition

Converts the leading white space to spaces of all lines touched by the selection and caret.

public:
 bool Untabify();
public:
 bool Untabify();
bool Untabify();
public bool Untabify ();
abstract member Untabify : unit -> bool
Public Function Untabify () As Boolean

Returns

true if the edit succeeded, otherwise false.

Applies to