Spread Windows Forms 12.0 Product Documentation
FindIntersection Method (IOptimizedFilterConditionalFormattingModel1)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IOptimizedFilterConditionalFormattingModel1 Interface : FindIntersection Method
The specified column.
Start row index to find.
End row index to find
Finds all rows which have been covered by at least one conditional format at the specified column.
Syntax
'Declaration
 
Function FindIntersection( _
   ByVal column As Integer, _
   ByVal startRowIndex As Integer, _
   ByVal endRowIndex As Integer _
) As List(Of Integer)
'Usage
 
Dim instance As IOptimizedFilterConditionalFormattingModel1
Dim column As Integer
Dim startRowIndex As Integer
Dim endRowIndex As Integer
Dim value As List(Of Integer)
 
value = instance.FindIntersection(column, startRowIndex, endRowIndex)
List<int> FindIntersection( 
   int column,
   int startRowIndex,
   int endRowIndex
)

Parameters

column
The specified column.
startRowIndex
Start row index to find.
endRowIndex
End row index to find

Return Value

The sorted row list in ascending order.
See Also

Reference

IOptimizedFilterConditionalFormattingModel1 Interface
IOptimizedFilterConditionalFormattingModel1 Members