Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / RemoveDifferentData Method
The ICompositeExtendData object to compare with.


In This Topic
RemoveDifferentData Method
In This Topic
Remove common data from this ICompositeExtendData object.
Syntax
'Declaration
 
Function RemoveDifferentData( _
   ByVal other As ICompositeExtendData _
) As ICompositeExtendData
 
'Usage
 
Dim instance As ICompositeExtendData
Dim other As ICompositeExtendData
Dim value As ICompositeExtendData
 
value = instance.RemoveDifferentData(other)

Parameters

other
The ICompositeExtendData object to compare with.
See Also