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