Version

MergedCellEvaluationCriteria Enumeration

Enum for specifying the Field's FieldSettings.MergedCellMode property.
Syntax
'Declaration
 
Public Enum MergedCellEvaluationCriteria 
   Inherits System.Enum
public enum MergedCellEvaluationCriteria : System.Enum 
Members
MemberDescription
ConvertedMerge cells from adjacent sibling data records when converted values from the cells are the same using the Field's Field.Converter.
DefaultDefault.
DisplayTextMerge cells from adjacent sibling data records when display text from the cells is the same.
EditAsTypeMerge 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.
RawValueMerge cells from adjacent sibling data records when the raw (unconverted) values from the cells are the same.
Requirements

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

See Also