Share via


IconSets.Count Property

Returns an Integer value that specifies the number of icon sets available in the workbook. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As IconSets
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
Integer

See Also

Reference

IconSets Interface

IconSets Members

Microsoft.Office.Interop.Excel Namespace