Gets a list with the text fragments of this object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public List<Run> Runs { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Runs As List(Of Run) |
A list of Run objects.
See Also