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


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

    Return Value

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