OleObject.Link Property

OLE Link Moniker.Represents the attribte in schema: link

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

Syntax

'Declaration
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
    Get
    Set
'Usage
Dim instance As OleObject
Dim value As StringValue

value = instance.Link

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Spreadsheet Namespace