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