ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Range Structure / Contains Method

In This Topic
    Contains Method (Range)
    In This Topic
    Gets true if range contains specific item
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As Integer _
    ) As Boolean
    public bool Contains( 
       int value
    )

    Parameters

    value
    See Also