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