TextRangeLoadText Method (String) |
Loads the specified
text to the current
TextRange.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic TextRange LoadText(
string text
)
Public Function LoadText (
text As String
) As TextRange
Parameters
- text
- Type: SystemString
The text which should be loaded to the current TextRange.
Return Value
Type:
TextRangeA
TextRange instance which contains loaded text.
RemarksA load operation replaces the current TextRange's content with the newly loaded content.
See Also