'Declaration Public Function Contains( _ ByVal value As GridReportStyle _ ) As Boolean
'Usage Dim instance As GridReportStyleList Dim value As GridReportStyle Dim value As Boolean value = instance.Contains(value)
public bool Contains( GridReportStyle value )
Parameters
- value
- A reference to the GridReportStyle to locate.
Return Value
true if the GridReportStyle exists in the list; false otherwise.