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