DataConsolidate.StartLabels Property
startLabels, this property is only available in Office2010.Represents the attribte in schema: startLabels
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "startLabels")> _
Public Property StartLabels As BooleanValue
Get
Set
'Usage
Dim instance As DataConsolidate
Dim value As BooleanValue
value = instance.StartLabels
instance.StartLabels = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "startLabels")]
public BooleanValue StartLabels { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue