SmartTagOptionsShowType Property |
Represents the show type of smart tag.
Namespace:
Aspose.Cells.Markup
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic SmartTagShowType ShowType { get; set; }
Public Property ShowType As SmartTagShowType
Get
Set
public:
property SmartTagShowType ShowType {
SmartTagShowType get ();
void set (SmartTagShowType value);
}
member ShowType : SmartTagShowType with get, set
Property Value
Type:
SmartTagShowType
See Also