'Declaration Public Sub AddRange( _ ByVal values() As GridReportStyle _ )
'Usage Dim instance As GridReportStyleList Dim values() As GridReportStyle instance.AddRange(values)
public void AddRange( GridReportStyle[] values )
Parameters
- values
- An array of GridReportStyle objects representing the grid report styles to add to the end of the list.