Share via


GroupLevel.Caption Property

Grouping Level Display Name.Represents the attribte in schema: caption

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

Syntax

'Declaration
<SchemaAttrAttribute(, "caption")> _
Public Property Caption As StringValue
    Get
    Set
'Usage
Dim instance As GroupLevel
Dim value As StringValue

value = instance.Caption

instance.Caption = value
[SchemaAttrAttribute(, "caption")]
public StringValue Caption { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the display name for this grouping level.

The possible values for this attribute are defined by the ST_Xstring simple type.

See Also

Reference

GroupLevel Class

GroupLevel Members

DocumentFormat.OpenXml.Spreadsheet Namespace