ComponentOne FlexReport for WinForms
C1TextRange Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1TextRange Structure : C1TextRange Constructor
Index of the first char in text interval.
Length of the text interval.
Initializes a new instance of the C1TextRange struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal startIndex As System.Integer, _
   ByVal length As System.Integer _
)
public C1TextRange( 
   System.int startIndex,
   System.int length
)

Parameters

startIndex
Index of the first char in text interval.
length
Length of the text interval.
See Also

Reference

C1TextRange Structure
C1TextRange Members