Spread for ASP.NET 12 Product Documentation
StringCollectionItemEditor Constructor


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > StringCollectionItemEditor Class : StringCollectionItemEditor Constructor
The type of the collection for this editor to edit.
Creates a new StringCollection editor.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As Type _
)
'Usage
 
Dim type As Type
 
Dim instance As New StringCollectionItemEditor(type)
public StringCollectionItemEditor( 
   Type type
)

Parameters

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

Reference

StringCollectionItemEditor Class
StringCollectionItemEditor Members