Version

MergedRowInfo Class Members

The following tables list the members exposed by MergedRowInfo.

Public Constructors
 NameDescription
Public ConstructorMergedRowInfo Constructor  
Public Properties
 NameDescription
Public PropertyDataThe underlying data object that this row object represents  
Public PropertyIsFirstRowInGroupA lookup table for whether a specific key of a MergedColumnInfo, that this row is the first one in its grouping.  
Public PropertyIsLastRowInGroupA lookup table for whether a specific key of a MergedColumnInfo, that this row is the last one in its grouping.  
Public PropertyMergedGroupsA collection of MergeColumnInfo that this row has been merged by.  
Public Methods
 NameDescription
Public MethodEqualsDoes an equals comparison on the underlying data, not the MergedRowInfo object.  
Public MethodGetHashCodeReturns a hash code for this instance.  
See Also