[]
Finds all rows which have been covered by at least one conditional format at the specified column.
List<int> FindIntersection(int column, int maxRow)
Function FindIntersection(column As Integer, maxRow As Integer) As List(Of Integer)
The specified column.
The maximum row count to find.
The sorted row list in ascending order.