SmartTagOptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the options that can be performed with smart tags.
public interface class SmartTagOptions
[System.Runtime.InteropServices.Guid("00024464-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTagOptions
Public Interface SmartTagOptions
- Attributes
Remarks
Use the SmartTagOptions property of the Workbook object to return a SmartTagOptions object.
Once a SmartTagOptions object is returned, you can use the following properties to determine the display options of smart tags and whether or not to have smart tags embedded on the active workbook.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
DisplaySmartTags |
Returns or sets an XlSmartTagDisplayMode constant indicating the display features for smart tags. |
EmbedSmartTags |
True to embed smart tags on the specified workbook. |
Parent |
Returns the parent object for the specified object. |