Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / ShouldSerializeDefaultStyle Method


In This Topic
    ShouldSerializeDefaultStyle Method (RowHeader)
    In This Topic
    Gets whether the DefaultStyle property should be serialized.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeDefaultStyle() As Boolean
    'Usage
     
    
    Dim instance As RowHeader
    Dim value As Boolean
     
    value = instance.ShouldSerializeDefaultStyle()
    protected bool ShouldSerializeDefaultStyle()
    See Also