ShouldSerializeGrayAreaBackColor Method
In This Topic
Gets whether the GrayAreaBackColor property should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializeGrayAreaBackColor() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeGrayAreaBackColor()
protected bool ShouldSerializeGrayAreaBackColor()
See Also