Determines whether selection font should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializeSelectionFont() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeSelectionFont()
protected bool ShouldSerializeSelectionFont()
See Also