Gets the plain text of the cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string PlainText { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property PlainText As String |
A string containing the plain text of the cell.
This property removes any formatting tags from cell's Text and returns the plain human-readable text. That is useful when styled text is enabled and you need to display cell's content outside of MindFusion.Diagramming, that is, in a message or a dialog box.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |