CellSmartTagProperties.Key Property

Key Name.Represents the attribte in schema: key

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

Syntax

'Declaration
<SchemaAttrAttribute(, "key")> _
Public Property Key As StringValue
    Get
    Set
'Usage
Dim instance As CellSmartTagProperties
Dim value As StringValue

value = instance.Key

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CellSmartTagProperties Class

CellSmartTagProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace