[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IAutoMergeRangeInfo

Interface IAutoMergeRangeInfo

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the auto merge range information.

public interface IAutoMergeRangeInfo

Properties

Direction

Gets or sets the auto merge direction.

AutoMergeDirection Direction { get; set; }

Property Value

AutoMergeDirection

Mode

Gets or sets the auto merge mode.

AutoMergeMode Mode { get; set; }

Property Value

AutoMergeMode

Range

Gets or sets the auto merge range.

IRange Range { get; set; }

Property Value

IRange

SelectionMode

Gets or sets the auto merge selection mode.

AutoMergeSelectionMode SelectionMode { get; set; }

Property Value

AutoMergeSelectionMode