[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IOptimizedFilterConditionalFormattingModel1.FindIntersection

FindIntersection Method

FindIntersection(int, 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 startRowIndex, int endRowIndex)
Function FindIntersection(column As Integer, startRowIndex As Integer, endRowIndex As Integer) As List(Of Integer)
Parameters
Type Name Description
int column

The specified column.

int startRowIndex

Start row index to find.

int endRowIndex

End row index to find

Returns
Type Description
List<int>

The sorted row list in ascending order.