TableStyleType.FirstColumn Property
First Column.Represents the element tag in schema: a:firstCol
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property FirstColumn As FirstColumn
Get
Set
'Usage
Dim instance As TableStyleType
Dim value As FirstColumn
value = instance.FirstColumn
instance.FirstColumn = value
public FirstColumn FirstColumn { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.FirstColumn