Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / GetIconsCount Method


In This Topic
    GetIconsCount Method
    In This Topic
    Gets the icons count.
    Syntax
    'Declaration
     
    
    Public Function GetIconsCount() As Integer
    'Usage
     
    
    Dim instance As IconSetCfRule
    Dim value As Integer
     
    value = instance.GetIconsCount()
    public int GetIconsCount()

    Return Value

    An System.Int32 value represents the icons count.
    See Also