Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / IsForegroundSet Method


In This Topic
    IsForegroundSet Method (StyleInfo)
    In This Topic
    Gets a value that indicates whether the foreground of the cell (Foreground property) is set.
    Syntax
    'Declaration
     
    Public Overridable Function IsForegroundSet() As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsForegroundSet()
    public virtual bool IsForegroundSet()

    Return Value

    true if the foreground of the cell (Foreground property) is set; otherwise, false.
    See Also