docx
    Preparing search index...

    Type Alias ICellMergeAttributes

    ICellMergeAttributes: IChangedAttributesProperties & {
        verticalMerge?: typeof VerticalMergeRevisionType[keyof typeof VerticalMergeRevisionType];
        verticalMergeOriginal?: typeof VerticalMergeRevisionType[keyof typeof VerticalMergeRevisionType];
    }