'Declaration Public Function Add( _ ByVal value As RowReportStyle _ ) As Integer
'Usage Dim instance As RowReportStyleList Dim value As RowReportStyle Dim value As Integer value = instance.Add(value)
public int Add( RowReportStyle value )
Parameters
- value
- A reference to the RowReportStyle object to add to the list.
Return Value
The index at which the RowReportStyle was added.