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