| 
TextSelection Constructor (Paragraph, Paragraph, Int32, Int32)
  | 
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TextSelection(
	Paragraph startPara,
	Paragraph endPara,
	int startCharPos,
	int endCharPos
)
 
Public Sub New ( 
	startPara As Paragraph,
	endPara As Paragraph,
	startCharPos As Integer,
	endCharPos As Integer
)
 
public:
TextSelection(
	Paragraph^ startPara, 
	Paragraph^ endPara, 
	int startCharPos, 
	int endCharPos
)
 
new : 
startPara : Paragraph * 
endPara : Paragraph * 
startCharPos : int * 
endCharPos : int -> TextSelection
 
 
 
Parameters
 
- 
startPara
 
- 
 Type:
 
Spire.Doc.Documents
Paragraph
 
 
- 
endPara
 
- 
 Type:
 
Spire.Doc.Documents
Paragraph
 
 
- 
startCharPos
 
- 
 Type:
 
System
Int32
 
 The start char position.
- 
endCharPos
 
- 
 Type:
 
System
Int32
 
 The end char position.
 
 See Also
See Also