Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / GetIntersectedFilteredInRows Method / GetIntersectedFilteredInRows(Int32) Method
Column index


In This Topic
GetIntersectedFilteredInRows(Int32) Method
In This Topic
Internal use only. Gets the intersection of the filtered-in rows for all the filtered columns except the specified column.
Syntax
'Declaration
 
Public Overloads Function GetIntersectedFilteredInRows( _
   ByVal modelColumnIndex As Integer _
) As Integer()
 
'Usage
 
Dim instance As DefaultRowFilter
Dim modelColumnIndex As Integer
Dim value() As Integer
 
value = instance.GetIntersectedFilteredInRows(modelColumnIndex)

Parameters

modelColumnIndex
Column index
See Also