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