Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplate Class / ShouldSerializeForeColor Method


In This Topic
    ShouldSerializeForeColor Method (ItemTemplate)
    In This Topic
    Should serialize ForeColor.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeForeColor() As Boolean
    'Usage
     
    
    Dim instance As ItemTemplate
    Dim value As Boolean
     
    value = instance.ShouldSerializeForeColor()
    protected bool ShouldSerializeForeColor()

    Return Value

    A bool value.
    See Also