[]
        
Gets the intersection of the filtered-in rows for all the filtered columns.
int[] GetIntersectedFilteredInRows()
Function GetIntersectedFilteredInRows() As Integer()
| Type | Description | 
|---|---|
| int[] | 
Gets the intersection of the filtered-in rows for all the filtered columns except the specified column.
int[] GetIntersectedFilteredInRows(int columnIndex)
Function GetIntersectedFilteredInRows(columnIndex As Integer) As Integer()
| Type | Name | Description | 
|---|---|---|
| int | columnIndex | Column index  | 
    
| Type | Description | 
|---|---|
| int[] |