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