Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRowCollection Class / InnerList Property

In This Topic
    InnerList Property (TableRowCollection)
    In This Topic
    Gets the List used internally to store the elements of the current C1.C1Preview.Util.FastList.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InnerList As List(Of Object)
    protected List<object> InnerList {get;}
    See Also