[]
        
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)| Type | Name | Description | 
|---|---|---|
| int | column | The specified column. | 
| int | maxRow | The maximum row count to find. | 
| Type | Description | 
|---|---|
| List<int> | The sorted row list in ascending order. |