DataSourceObject.FirstRowHeader Property
First Row of Data Source Contains Column Names.Represents the element tag in schema: w:fHdr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property FirstRowHeader As FirstRowHeader
Get
Set
'Usage
Dim instance As DataSourceObject
Dim value As FirstRowHeader
value = instance.FirstRowHeader
instance.FirstRowHeader = value
public FirstRowHeader FirstRowHeader { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader