Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichTextFragment Class / ColumnIndex Property

In This Topic
    ColumnIndex Property (RenderRichTextFragment)
    In This Topic
    Gets the 0-based index of the column on the page containing the current fragment. For the default single-column page layout, the value of this property is 0. If the current fragment belongs to a page header or footer, this value is -1 (see IsInPageHeader and IsInPageFooter).
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnIndex As Integer
    public int ColumnIndex {get;}
    See Also