Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChartCollectionEditor Class / SpreadChartCollectionEditor Constructor
The type of the collection for this editor to edit.


In This Topic
    SpreadChartCollectionEditor Constructor
    In This Topic
    Initializes a new instance of the SpreadChartCollectionEditor class using the specified collection type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    'Usage
     
    
    Dim type As Type
     
    Dim instance As New SpreadChartCollectionEditor(type)
    public SpreadChartCollectionEditor( 
       Type type
    )

    Parameters

    type
    The type of the collection for this editor to edit.
    See Also