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