DefinedName.ShortcutKey Property

Shortcut Key.Represents the attribte in schema: shortcutKey

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

Syntax

'Declaration
<SchemaAttrAttribute(, "shortcutKey")> _
Public Property ShortcutKey As StringValue
    Get
    Set
'Usage
Dim instance As DefinedName
Dim value As StringValue

value = instance.ShortcutKey

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DefinedName Class

DefinedName Members

DocumentFormat.OpenXml.Spreadsheet Namespace