Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializeGrayAreaBackColor Method


In This Topic
    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