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