Share via


OleSize.Reference Property

Reference.Represents the attribte in schema: ref

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ref")> _
Public Property Reference As StringValue
    Get
    Set
'Usage
Dim instance As OleSize
Dim value As StringValue

value = instance.Reference

instance.Reference = value
[SchemaAttrAttribute(, "ref")]
public StringValue Reference { 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 reference for the embedded object.

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

See Also

Reference

OleSize Class

OleSize Members

DocumentFormat.OpenXml.Spreadsheet Namespace