IEditorOperations3.InsertFinalNewLine 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.
Inserts a new line at the end of the document if it's not there yet.
public:
bool InsertFinalNewLine();
public:
bool InsertFinalNewLine();
bool InsertFinalNewLine();
public bool InsertFinalNewLine ();
abstract member InsertFinalNewLine : unit -> bool
Public Function InsertFinalNewLine () As Boolean
Returns
true
if the edit succeeded, otherwise false
.