Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
MergedRowInfo Class Members
The following tables list the members exposed by MergedRowInfo.
Public Properties
| Name | Description |
| Data | The underlying data object that this row object represents |
| IsFirstRowInGroup | A lookup table for whether a specific key of a MergedColumnInfo, that this row is the first one in its grouping. |
| IsLastRowInGroup | A lookup table for whether a specific key of a MergedColumnInfo, that this row is the last one in its grouping. |
| MergedGroups | A collection of MergeColumnInfo that this row has been merged by. |
Public Methods
| Name | Description |
| Equals | Does an equals comparison on the underlying data, not the MergedRowInfo object. |
| GetHashCode | Returns a hash code for this instance. |
See Also