IEditorOperations.Untabify Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.