ShouldSerializeSelectionBackColor Method
In This Topic
Determines whether selection background color should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializeSelectionBackColor() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeSelectionBackColor()
protected bool ShouldSerializeSelectionBackColor()
See Also