The IRowsetChapterMember interface detects whether or not a row is a member of a chapter.
When to Implement
IRowsetChapterMember is an optional interface on chaptered rowsets.
When to Call
Consumers call IsRowInChapter whenever they need to determine if a row handle is a member of a given chapter. For example, if a row handle is returned to the consumer during notification, the consumer can call this method on each of the chapters it already has to determine to which chapters the row belongs.
Method | Description |
IsRowInChapter | Compares whether a row is a member of a chapter. |