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