Gets the total number of merged cell regions currently defined within the sheet. This property provides a quick way to assess how many distinct merged regions exist, facilitating operations that involve iterating over or managing these regions.
public int Count { get; }
An integer representing the count of merged cell regions within the sheet.