Freigeben über


CellSmartTags.CellReference-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Hinweise

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.

Siehe auch

Referenz

CellSmartTags Klasse

CellSmartTags-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace