FileLineEdit Class

Definition

Represents a single whole-line replacement used by the file access and file memory replace_lines tools.

public sealed class FileLineEdit
type FileLineEdit = class
Public NotInheritable Class FileLineEdit
Inheritance
FileLineEdit

Constructors

Name Description
FileLineEdit()

Properties

Name Description
LineNumber

Gets or sets the 1-based line number to replace.

NewLine

Gets or sets the literal replacement text for the line, including any trailing newline to keep. An empty string deletes the line entirely (its content and its line break).

Applies to