ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphObject Class / PositionInText Property

In This Topic
    PositionInText Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property PositionInText As System.Integer
    public System.int PositionInText {get;}
    See Also