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