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