FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FieldBase Class / SubSectionIndex Property

In This Topic
    SubSectionIndex Property (FieldBase)
    In This Topic
    Gets or sets the index of the SubSection in Section to which the field belongs.
    Syntax
    'Declaration
     
    Public Property SubSectionIndex As Integer
    public int SubSectionIndex {get; set;}
    See Also