SmartTag.Properties Property

Definition

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.

Applies to