You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewArgumentException(nameof(range),$"The range {range.RangeAddress.ToStringRelative(true)} is already part of table '{overlappingTables.First().Name}'");
1622
+
// Check that the range doesn't overlap with any existing tables
thrownewInvalidOperationException($"The range {range.RangeAddress.ToStringRelative(includeSheet:true)} is already part of table '{firstOverlappingTable.Name}'");
1626
+
1627
+
// Check that the range doesn't overlap with any filters
0 commit comments