Property Lines
Lines
Gets or sets the lines of text affected by the change.
public List<List<Cell>> Lines { get; set; }
Property Value
Remarks
Each line is represented as a list of Cell objects, which include the text and its attributes.
Gets or sets the lines of text affected by the change.
public List<List<Cell>> Lines { get; set; }
Each line is represented as a list of Cell objects, which include the text and its attributes.