Shows the collection editor.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FpSpread
Dim collectionOwner As Object
Dim whichEditor As CollectionEditorOptions
instance.ShowCollectionEditor(collectionOwner, whichEditor) |
Parameters
- collectionOwner
- Collection owner
- whichEditor
- Collection editor options
Example
This example brings up one of the CollectionEditor UITypeEditors.
C# | Copy Code |
---|
fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles);
|
Visual Basic | Copy Code |
---|
FpSpread1.ShowCollectionEditor(FpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles)
|
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
See Also