public interface IGroupingItem
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
fieldName()
The name of the field by which the objects are grouped.
|
String |
fieldValue()
Items belonging to the group have this value in the field.
|
IList |
groupList()
The list of sub-groups of this group.
|
Object |
groupList(int index) |
int |
itemCount()
The number of objects in the group.
|
IList |
itemList()
The list of references to the members of the group.
|
Object |
itemList(int index) |
String fieldName()
The name of the field by which the objects are grouped.
Getter method for the COM property "FieldName"
String fieldValue()
Items belonging to the group have this value in the field.
Getter method for the COM property "FieldValue"
int itemCount()
The number of objects in the group.
Getter method for the COM property "ItemCount"
IList itemList()
The list of references to the members of the group.
Getter method for the COM property "ItemList"
Object itemList(int index)
IList groupList()
The list of sub-groups of this group.
Getter method for the COM property "GroupList"
Object groupList(int index)
Copyright © 2020. All rights reserved.