Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetCorner Class / ShouldSerializeDefaultStyle Method


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