ExternalCell.Xstring Property
Value.Represents the element tag in schema: x:v
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Xstring As Xstring
Get
Set
'Usage
Dim instance As ExternalCell
Dim value As Xstring
value = instance.Xstring
instance.Xstring = value
public Xstring Xstring { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Xstring