DataConsolidate.LeftLabels Property

Use Left Column Labels.Represents the attribte in schema: leftLabels

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

Syntax

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

value = instance.LeftLabels

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DataConsolidate Class

DataConsolidate Members

DocumentFormat.OpenXml.Spreadsheet Namespace