SmartArtLayouts.Count Property
Gets the count of the number of SmartArtLayout objects contained within the SmartArtLayouts collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SmartArtLayouts
Dim value As Integer
value = instance.Count
int Count { get; }
Property Value
Type: System.Int32
Remarks
Read-only.