'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
.