ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / StyleSheet Class / Contains Method
The value to check.

In This Topic
    Contains Method (StyleSheet)
    In This Topic
    Determines whether the StyleSheet object contains the specified object.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The value to check.

    Return Value

    Boolean. Returns True if the collection contains the value; otherwise False
    See Also