DataConsolidate.TopLabels Property

Labels In Top Row.Represents the attribte in schema: topLabels

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "topLabels")> _
Public Property TopLabels As BooleanValue
    Get
    Set
'Usage
Dim instance As DataConsolidate
Dim value As BooleanValue

value = instance.TopLabels

instance.TopLabels = value
[SchemaAttrAttribute(, "topLabels")]
public BooleanValue TopLabels { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DataConsolidate Class

DataConsolidate Members

DocumentFormat.OpenXml.Spreadsheet Namespace