Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / BuiltInVisibleCount Property


In This Topic
    BuiltInVisibleCount Property
    In This Topic
    Gets an integer value that represents the number of visible built-in styles.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BuiltInVisibleCount As Integer
    'Usage
     
    
    Dim instance As Styles
    Dim value As Integer
     
    value = instance.BuiltInVisibleCount
    public int BuiltInVisibleCount {get;}
    See Also