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