|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.EventArgs
com.spire.doc.reporting.MergeGroupEventArgs
public class MergeGroupEventArgs
Constructor Summary | |
---|---|
MergeGroupEventArgs(IDocument doc,
IRowsEnumerator rowEnumerator,
GroupEventType eventType)
Represents data during the MergeGroup event. |
Method Summary | |
---|---|
IDocument |
getDocument()
Gets the document. |
GroupEventType |
getEventType()
|
java.lang.String |
getGroupName()
Gets the group name. |
IMergeField |
getMergeField()
Gets the merge field. |
int |
getRowCount()
Gets the count of the row. |
int |
getRowIndex()
Gets the index of the row. |
java.lang.String |
getTableName()
Gets the Table Name |
Constructor Detail |
---|
public MergeGroupEventArgs(IDocument doc, IRowsEnumerator rowEnumerator, GroupEventType eventType)
doc
- Document OjbecttableName
- Table NamerowIndex
- Row IndexeventType
- Event TypeMethod Detail |
---|
public IDocument getDocument()
public java.lang.String getTableName()
public java.lang.String getGroupName()
public IMergeField getMergeField()
public int getRowIndex()
public int getRowCount()
public GroupEventType getEventType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |