SmartTag.Properties Property
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.
Returns a CustomProperties object representing the properties for a smart tag.
public:
property Microsoft::Office::Interop::Excel::CustomProperties ^ Properties { Microsoft::Office::Interop::Excel::CustomProperties ^ get(); };
public Microsoft.Office.Interop.Excel.CustomProperties Properties { get; }
Public ReadOnly Property Properties As CustomProperties
Property Value
Remarks
Use the Add(String, Object) Method with the Properties property to store extra metadata for a smart tag.