Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / RowReportStyleList Class / RowReportStyleList Constructor / RowReportStyleList Constructor(Int32)
A value representing the initial capacity of the list.


In This Topic
    RowReportStyleList Constructor(Int32)
    In This Topic
    Initializes a new instance of the RowReportStyleList class specifying its initial capacity.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal initialCapacity As Integer _
    )
    'Usage
     
    Dim initialCapacity As Integer
     
    Dim instance As New RowReportStyleList(initialCapacity)
    protected RowReportStyleList( 
       int initialCapacity
    )

    Parameters

    initialCapacity
    A value representing the initial capacity of the list.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also