Excel.Interfaces.RemoveDuplicatesResultData interface
An interface describing the data returned by calling removeDuplicatesResult.toJSON()
.
Properties
removed | Number of duplicated rows removed by the operation. |
unique |
Number of remaining unique rows present in the resulting range. |
Property Details
removed
Number of duplicated rows removed by the operation.
removed?: number;
Property Value
number
Remarks
uniqueRemaining
Number of remaining unique rows present in the resulting range.
uniqueRemaining?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins