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


In This Topic
    StringCollectionCollectionEditor Constructor
    In This Topic
    Creates a new StringCollection collection editor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    'Usage
     
    
    Dim type As Type
     
    Dim instance As New StringCollectionCollectionEditor(type)
    public StringCollectionCollectionEditor( 
       Type type
    )

    Parameters

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