[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IRowFilter.GetIntersectedFilteredInRows

GetIntersectedFilteredInRows Method

GetIntersectedFilteredInRows()

Gets the intersection of the filtered-in rows for all the filtered columns.

Declaration
int[] GetIntersectedFilteredInRows()
Function GetIntersectedFilteredInRows() As Integer()
Returns
Type Description
int[]

GetIntersectedFilteredInRows(int)

Gets the intersection of the filtered-in rows for all the filtered columns except the specified column.

Declaration
int[] GetIntersectedFilteredInRows(int columnIndex)
Function GetIntersectedFilteredInRows(columnIndex As Integer) As Integer()
Parameters
Type Name Description
int columnIndex

Column index

Returns
Type Description
int[]