Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / IsHidden Method


In This Topic
    IsHidden Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsHidden( _
       ByVal style As IStyle _
    ) As Boolean
    'Usage
     
    
    Dim style As IStyle
    Dim value As Boolean
     
    value = Styles.IsHidden(style)
    public static bool IsHidden( 
       IStyle style
    )

    Parameters

    style
    See Also