Share via


TableStyleType.LastColumn Property

Last Column.Represents the element tag in schema: a:lastCol

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

Syntax

'Declaration
Public Property LastColumn As LastColumn
    Get
    Set
'Usage
Dim instance As TableStyleType
Dim value As LastColumn

value = instance.LastColumn

instance.LastColumn = value
public LastColumn LastColumn { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.LastColumn

See Also

Reference

TableStyleType Class

TableStyleType Members

DocumentFormat.OpenXml.Drawing Namespace