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