[]
        
(Showing Draft Content)

C1.WPF.Document.C1TextRange.-ctor

C1TextRange Constructor

C1TextRange(int, int)

Initializes a new instance of the C1TextRange struct.

Declaration
public C1TextRange(int startIndex, int length)
Parameters
Type Name Description
int startIndex

Index of the first char in text interval.

int length

Length of the text interval.