Share via


ExcelDataSet.UseFirstRowHeaders Property (Microsoft.PerformancePoint.Scorecards)

Indicates if the first row in the worksheet consists of headers.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property UseFirstRowHeaders As Boolean
'Usage
Dim instance As ExcelDataSet
Dim value As Boolean

value = instance.UseFirstRowHeaders

instance.UseFirstRowHeaders = value
[XmlAttributeAttribute] 
public bool UseFirstRowHeaders { get; set; }

Remarks

True if the first row consists of headers.

See Also

Reference

ExcelDataSet Class
ExcelDataSet Members
Microsoft.PerformancePoint.Scorecards Namespace