Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShouldSerializeGroupBarText Method


In This Topic
    ShouldSerializeGroupBarText Method
    In This Topic
    Indicates whether the GroupBarText property should be persisted.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeGroupBarText() As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    value = instance.ShouldSerializeGroupBarText()
    public bool ShouldSerializeGroupBarText()
    See Also