Version

GetFilteredInNonGroupByRows Method

Gets all the filtered in rows (rows that are not filtered out).
Syntax
'Declaration
 
Public Function GetFilteredInNonGroupByRows() As UltraGridRow()
public UltraGridRow[] GetFilteredInNonGroupByRows()
Remarks

Gets all the filtered in rows (rows that are not filtered out). 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 in. In the case where this collection contains group-by rows it returns the descendant filtered in 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