'Declaration Public Sub Remove( _ ByVal value As GridReportStyle _ )
'Usage Dim instance As GridReportStyleList Dim value As GridReportStyle instance.Remove(value)
public void Remove( GridReportStyle value )
Parameters
- value
- A reference to the GridReportStyle object to remove.