Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowCollectionEditor Method
Collection owner
Collection editor options


In This Topic
ShowCollectionEditor Method
In This Topic
Shows the collection editor.
Syntax
'Declaration
 
Public Overridable Sub ShowCollectionEditor( _
   ByVal collectionOwner As Object, _
   ByVal whichEditor As CollectionEditorOptions _
) 
 
'Usage
 
Dim instance As FpSpread
Dim collectionOwner As Object
Dim whichEditor As CollectionEditorOptions
 
instance.ShowCollectionEditor(collectionOwner, whichEditor)

Parameters

collectionOwner
Collection owner
whichEditor
Collection editor options
See Also