Freigeben über


FirstRow-Klasse

First Row.When the object is serialized out as xml, its qualified name is a:firstRow.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TablePartStyleType
        DocumentFormat.OpenXml.Drawing.FirstRow

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class FirstRow _
    Inherits TablePartStyleType
'Usage
Dim instance As FirstRow
public class FirstRow : TablePartStyleType

Hinweise

The following table lists the possible child types:

  • TableCellTextStyle <a:tcTxStyle>

  • TableCellStyle <a:tcStyle>

[ISO/IEC 29500-1 1. Ausgabe]

20.1.4.2.12 firstRow (First Row)

This element defines the cell formatting which can be applied to the first row of the table.

[Example: Consider the following example of first row formatting within DrawingML:

<firstRow>
<tcTxStyle b="on">
<fontRef idx="minor">
<scrgbClr r="0" g="0" b="0"/>
</fontRef>
<schemeClr val="lt1"/>
</tcTxStyle>
  <tcStyle>
<tcBdr/>
<fill>
<solidFill>
<schemeClr val="accent1"/>
</solidFill>
</fill>
</tcStyle>
</firstRow>

DocumentFormat.OpenXml.Drawing.FirstRow-image001

In this example, we define the first row cell fills to be accent 1 along with the text properties to be bold when first row formatting is enabled through the user interface. end example]

Parent Elements

tableStyle (§21.1.3.11); tblStyle (§20.1.4.2.26)

Child Elements

Subclause

tcStyle (Table Cell Style)

§20.1.4.2.29

tcTxStyle (Table Cell Text Style)

§20.1.4.2.30

[Note: The W3C XML Schema definition of this element's content model (CT_TablePartStyle) is located in §A.4.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

FirstRow-Member

DocumentFormat.OpenXml.Drawing-Namespace