CellSmartTags.CellReference Property

Reference.Represents the attribte in schema: r

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

Syntax

'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property CellReference As StringValue
    Get
    Set
'Usage
Dim instance As CellSmartTags
Dim value As StringValue

value = instance.CellReference

instance.CellReference = value
[SchemaAttrAttribute(, "r")]
public StringValue CellReference { 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.

Reference to the cell that contains this set of smart tags.

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

See Also

Reference

CellSmartTags Class

CellSmartTags Members

DocumentFormat.OpenXml.Spreadsheet Namespace