Member Junction
    Preparing search index...

    The per-record value of a single field within a RecordComparisonFieldDelta.

    interface RecordComparisonFieldCell {
        ColumnIndex: number;
        EqualsReference: boolean;
        Value: RecordFieldValue;
    }
    Index

    Properties

    ColumnIndex: number

    Column index aligned with RecordComparisonRecord.ColumnIndex.

    EqualsReference: boolean

    True when this cell's value is equal (case-insensitive, trimmed) to the reference cell (column 0, the survivor candidate). Column 0 is always true.

    The field's value for this record.