[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IOptimizedFilterConditionalFormattingModel.FindIntersection

FindIntersection Method

FindIntersection(int, int)

Finds all rows which have been covered by at least one conditional format at the specified column.

Declaration
List<int> FindIntersection(int column, int maxRow)
Function FindIntersection(column As Integer, maxRow As Integer) As List(Of Integer)
Parameters
Type Name Description
int column

The specified column.

int maxRow

The maximum row count to find.

Returns
Type Description
List<int>

The sorted row list in ascending order.