This documentation is archived and is not being maintained.
TableRowGroupCollection Class
Visual Studio 2008
Provides standard facilities for creating and managing a type-safe, ordered collection of TableRowGroup objects.
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Public NotInheritable Class TableRowGroupCollection _ Implements IList(Of TableRowGroup), ICollection(Of TableRowGroup), _ IEnumerable(Of TableRowGroup), IList, ICollection, IEnumerable 'Usage Dim instance As TableRowGroupCollection
You cannot directly create an instance of this class in XAML.
This collection supports standard zero-based indexing.
The RowGroups property provided by the Table class returns a TableRowGroupCollection. For more information, see How to: Manipulate a Table's Row Groups through the RowGroups Property.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: