Version

GetFilteredOutNonGroupByRows Method

Gets all the filtered out rows (rows that do not match the filtering criteria).
Syntax
'Declaration
 
Public Function GetFilteredOutNonGroupByRows() As UltraGridRow()
public UltraGridRow[] GetFilteredOutNonGroupByRows()
Remarks

Gets all the filtered out rows (rows that do not match the filtering criteria). As the name suggests this method does not return group-by rows even when this collection is a collection of group-by rows. It always returns an array of actual (non-group-by) rows that are filtered out. In the case where this collection contains group-by rows it returns the descendant filtered out non-group-by rows.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also