Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / IsNormalStyle Method


In This Topic
    IsNormalStyle Method
    In This Topic
    Determines whether this StyleFormat is same as Normal style.
    Syntax
    'Declaration
     
    
    Public Function IsNormalStyle() As Boolean
    'Usage
     
    
    Dim instance As StyleFormat
    Dim value As Boolean
     
    value = instance.IsNormalStyle()
    public bool IsNormalStyle()

    Return Value

    true if this StyleFormat is same as Normal style; otherwise, false.
    See Also