mergegroupeventargs-ag凯发旗舰厅
com.spire.doc.reporting
class mergegroupeventargs
java.lang.object
com.spire.ms.system.eventargs
com.spire.doc.reporting.mergegroupeventargs
public class mergegroupeventargs
- extends com.spire.ms.system.eventargs
mergegroupeventargs
public mergegroupeventargs(idocument doc,
rowenumerator,
groupeventtype eventtype)
- represents data during the mergegroup event.
- parameters:
doc
- the documentrowenumerator
- the rowsenumeratoreventtype
- the groupeventtype
getdocument
public idocument getdocument()
- gets the document.
- returns:
- the document
gettablename
public java.lang.string gettablename()
- gets the table name.
- returns:
- the table name
getgroupname
public java.lang.string getgroupname()
- gets the group name.
- returns:
- the group name
getmergefield
public imergefield getmergefield()
- gets the merge field.
- returns:
- the merge field
getrowindex
public int getrowindex()
- gets the index of the row.
- returns:
- the index of the row
getrowcount
public int getrowcount()
- gets the count of the row.
- returns:
- the count of the row
geteventtype
public groupeventtype geteventtype()