IEditorOperations.DeleteBlankLines Method

Definition

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.

Applies to