Compartir a través de


SingleXmlCell.CellReference Property

Reference.Represents the attribte in schema: r

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

Syntax

'Declaración
<SchemaAttrAttribute(, "r")> _
Public Property CellReference As StringValue
    Get
    Set
'Uso
Dim instance As SingleXmlCell
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.

See Also

Reference

SingleXmlCell Class

SingleXmlCell Members

DocumentFormat.OpenXml.Spreadsheet Namespace