TableRowGroupStructure Class
.NET Framework 3.0
Represents a set of one or more rows in a table.
Namespace: System.Windows.Documents.DocumentStructures
Assembly: PresentationFramework (in presentationframework.dll)
Assembly: PresentationFramework (in presentationframework.dll)
A TableRowGroupStructure can only have a TableStructure as a parent.
The following example shows the <TableRowGroupStructure> part of an XML Paper Specification (XPS) document. For the full sample, see Document Structure Sample.
<TableStructure> <TableRowGroupStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R1C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R1C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R2C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R2C2P1" /> </ParagraphStructure> <ParagraphStructure> <NamedElement NameReference="R2C2P2" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R3C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R3C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R4C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R4C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> <TableRowStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R5C1P1" /> </ParagraphStructure> </TableCellStructure> <TableCellStructure> <ParagraphStructure> <NamedElement NameReference="R5C2P1" /> </ParagraphStructure> </TableCellStructure> </TableRowStructure> </TableRowGroupStructure> </TableStructure>
System.Object
System.Windows.Documents.DocumentStructures.BlockElement
System.Windows.Documents.DocumentStructures.SemanticBasicElement
System.Windows.Documents.DocumentStructures.TableRowGroupStructure
System.Windows.Documents.DocumentStructures.BlockElement
System.Windows.Documents.DocumentStructures.SemanticBasicElement
System.Windows.Documents.DocumentStructures.TableRowGroupStructure
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: