ConditionalFormatStyle.FirstRow Property
firstRow, this property is only available in Office2010.Represents the attribte in schema: w:firstRow
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "firstRow")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property FirstRow As OnOffValue
Get
Set
'Usage
Dim instance As ConditionalFormatStyle
Dim value As OnOffValue
value = instance.FirstRow
instance.FirstRow = value
[SchemaAttrAttribute(, "firstRow")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public OnOffValue FirstRow { get; set; }
Property Value
Type: DocumentFormat.OpenXml.OnOffValue