Compartir a través de


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

'Declaración
Public Property FirstColumn As FirstColumn
    Get
    Set
'Uso
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

See Also

Reference

TableStyleType Class

TableStyleType Members

DocumentFormat.OpenXml.Drawing Namespace