Share via


TableLook.LastColumn Property

lastColumn, this property is only available in Office2010.Represents the attribte in schema: w:lastColumn

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "lastColumn")> _
Public Property LastColumn As OnOffValue
    Get
    Set
'Usage
Dim instance As TableLook
Dim value As OnOffValue

value = instance.LastColumn

instance.LastColumn = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "lastColumn")]
public OnOffValue LastColumn { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue

See Also

Reference

TableLook Class

TableLook Members

DocumentFormat.OpenXml.Wordprocessing Namespace