IEditorOperations.DeleteBlankLines 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.
Deletes all empty lines or lines that contain only white space in the selection.
public:
bool DeleteBlankLines();
public:
bool DeleteBlankLines();
bool DeleteBlankLines();
public bool DeleteBlankLines ();
abstract member DeleteBlankLines : unit -> bool
Public Function DeleteBlankLines () As Boolean
Returns
true
if the edit succeeded, otherwise false
.