SmartArtQuickStyles.Item[Object] 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.
Gets a SmartArtQuickStyle object at the specified index or with the specified unique identifier.
public:
property Microsoft::Office::Core::SmartArtQuickStyle ^ default[System::Object ^] { Microsoft::Office::Core::SmartArtQuickStyle ^ get(System::Object ^ Index); };
public Microsoft.Office.Core.SmartArtQuickStyle this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Core.SmartArtQuickStyle
Default Public ReadOnly Property Item(Index As Object) As SmartArtQuickStyle
Parameters
- Index
- Object
Specifies either the index or the location of the SmartArtQuickStyle object.