Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / AutoMergeRangesInfo Property
In This Topic
    AutoMergeRangesInfo Property
    In This Topic
    Gets a list of IAutoMergeRangeInfo objects that represent all auto merge range information of the current worksheet.
    Syntax
    System.Collections.Generic.List<IAutoMergeRangeInfo> AutoMergeRangesInfo {get;}
    See Also