Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupInfos Property


In This Topic
GroupInfos Property
In This Topic
Gets or sets the collection of grouping information objects for the sheet.
Syntax
'Declaration
 
Public Property GroupInfos As GroupInfoCollection
 
'Usage
 
Dim instance As SheetView
Dim value As GroupInfoCollection
 
instance.GroupInfos = value
 
value = instance.GroupInfos
See Also