AD
Administrator
Syncfusion Team
April 11, 2003 02:41 PM UTC
We don't have any discussed plans of modifying the current covered cell behavior.
In the upcoming 1.6 release, in addition to the current CoveredCells, there will be a concept of merged cells, where cells containing like values are merged into a bigger single cell. Merge cells will behave as you described above. If the cells rows 1 to 10 in column 1 have teh same value, you would see 1 cell. If you then modified row 5 column 1 to a different value, the merge cells would end at row 4 and start back up with rows 6 to 10.
So, if you are covering cells to hide the same value, then I think using the new Merge Cells will give you the effect you want.
If you really need the covered cells, then coding your work around is probably the way to go. Using the Model.CoveredRanges.Ranges.AnyRangeIntersects and the Model.CoveredRanges.Ranges.GetRangesIntersecting methods should be of help.
MS
Maxim Software Systems
April 11, 2003 03:06 PM UTC
When is version 1.6 slated to be released?
AD
Administrator
Syncfusion Team
April 11, 2003 09:09 PM UTC
A beta release is scheduled for the coming week.