[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Styling.StyleManager.ContainsValue

ContainsValue Method

ContainsValue(Type, string)

Declaration
public static bool ContainsValue(Type type, string name)
Parameters
Type Name Description
Type type
string name
Returns
Type Description
bool

ContainsValue(string, object, out string)

Determines whether internal inverse hashes contain the specified object and returns its name if it does

Declaration
public static bool ContainsValue(string typeName, object theObj, out string name)
Parameters
Type Name Description
string typeName
object theObj
string name
Returns
Type Description
bool