Gets the character 0-based position of the current paragraph object in the text of the paragraph.

Each non-text paragraph object (ParagraphImage) counts as one character.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int PositionInText { get; }
Visual Basic
Public ReadOnly Property PositionInText As Integer
	Get

See Also