Click or drag to resize

MergeGroupEventArgs Constructor

Represents data during the MergeGroup event.

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public MergeGroupEventArgs(
	IDocument doc,
	IRowsEnumerator rowEnumerator,
	GroupEventType eventType
)

Parameters

doc
Type: Spire.Doc.Interface IDocument
Document Ojbect
rowEnumerator
Type: Spire.Doc.Reporting IRowsEnumerator
eventType
Type: Spire.Doc.Reporting GroupEventType
Event Type
See Also