'Declaration Protected Overrides Function AddNewCore() As Object
'Usage Dim instance As SpreadDataView Dim value As Object value = instance.AddNewCore()
protected override object AddNewCore()
Return Value
Item that was added to the collection
'Declaration Protected Overrides Function AddNewCore() As Object
'Usage Dim instance As SpreadDataView Dim value As Object value = instance.AddNewCore()
protected override object AddNewCore()
Exception | Description |
---|---|
System.InvalidCastException | new item is not the same type as the objects contained in the BindingList. |