FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : ShowCollectionEditor メソッド |
'Declaration Public Overridable Sub ShowCollectionEditor( _ ByVal collectionOwner As Object, _ ByVal whichEditor As CollectionEditorOptions _ )
'使用法 Dim instance As FpSpread Dim collectionOwner As Object Dim whichEditor As CollectionEditorOptions instance.ShowCollectionEditor(collectionOwner, whichEditor)
public virtual void ShowCollectionEditor( object collectionOwner, CollectionEditorOptions whichEditor )
fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles);
FpSpread1.ShowCollectionEditor(FpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles)