FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CollectionEditorOptions Enumeration |
'Declaration Public Enum CollectionEditorOptions Inherits System.Enum
'Usage Dim instance As CollectionEditorOptions
public enum CollectionEditorOptions : System.Enum
Member | Description |
---|---|
AlternatingRow | Displays the AlternatingRow Collection Editor |
GroupInfo | Displays the GroupInfo Collection Editor |
NamedStyles | Displays the NamedStyles Collection Editor |
Sheets | Displays the Sheets Collection Editor |
if (fpSpread1.NamedStyles.Count < 1) { fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles); } if (fpSpread1.Sheets.Count < 2) { fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.Sheets); } if (fpSpread1.ActiveSheet.GroupInfos.Count < 1) { fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.GroupInfo); }
If fpSpread1.NamedStyles.Count < 1 Then fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.NamedStyles) End If If fpSpread1.Sheets.Count < 2 Then fpSpread1.ShowCollectionEditor(fpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.Sheets) End If If FpSpread1.ActiveSheet.GroupInfos.Count < 1 Then FpSpread1.ShowCollectionEditor(FpSpread1, FarPoint.Win.Spread.CollectionEditorOptions.GroupInfo) End If
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CollectionEditorOptions
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10