Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / getAutoMergeRangesInfo Method
In This Topic
    getAutoMergeRangesInfo Method
    In This Topic
    Gets a list of IAutoMergeRangeInfo objects that represent all auto merge range information of the current worksheet.
    Syntax
    java.util.List<IAutoMergeRangeInfo> getAutoMergeRangesInfo()
    See Also