'Declaration Public Enum MergedCellEvaluationCriteria Inherits System.Enum
public enum MergedCellEvaluationCriteria : System.Enum
Member | Description |
---|---|
Converted | Merge cells from adjacent sibling data records when converted values from the cells are the same using the Field's Field.Converter. |
Default | Default. |
DisplayText | Merge cells from adjacent sibling data records when display text from the cells is the same. |
EditAsType | Merge cells from adjacent sibling data records when values from the cells are the same after the values have been converted to the specified FieldSettings.EditAsType. |
RawValue | Merge cells from adjacent sibling data records when the raw (unconverted) values from the cells are the same. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2