TextSelection
GetAsRange Method
|
Gets as range.more than one paragraph, every paragraph to one text range.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextRange[] GetAsRange()
Public Function GetAsRange As TextRange()
public:
array<TextRange^>^ GetAsRange()
member GetAsRange : unit -> TextRange[]
Return Value
Type:
TextRange
See Also