GroupEventType Enumeration
|
Represents different types of events that can occur in a group.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum GroupEventType
Public Enumeration GroupEventType
public enum class GroupEventType
Members
|
Member name
|
Value
|
Description
|
|
GroupStart
|
0
|
The group start
|
|
GroupEnd
|
1
|
The group end
|
|
TableStart
|
2
|
The table start
|
|
TableEnd
|
3
|
The table end
|
See Also