Spread Windows Forms 6.0 Product Documentation
ShowCollectionEditor Method
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : ShowCollectionEditor Method


collectionOwner
Collection owner
whichEditor
Collection editor options

Glossary Item Box

Shows the collection editor.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ShowCollectionEditor( _
   ByVal collectionOwner As Object, _
   ByVal whichEditor As CollectionEditorOptions _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim collectionOwner As Object
Dim whichEditor As CollectionEditorOptions
 
instance.ShowCollectionEditor(collectionOwner, whichEditor)
C# 
public virtual void ShowCollectionEditor( 
   object collectionOwner,
   CollectionEditorOptions 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 BasicCopy Code
FpSpread1.ShowCollectionEditor(FpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles)

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.