[]
Finds all rows which have been covered by at least one conditional format at the specified column.
List<int> FindIntersection(int column, int startRowIndex, int endRowIndex)
Function FindIntersection(column As Integer, startRowIndex As Integer, endRowIndex As Integer) As List(Of Integer)
Type | Name | Description |
---|---|---|
int | column | The specified column. |
int | startRowIndex | Start row index to find. |
int | endRowIndex | End row index to find |