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