Excel.Interfaces.RemoveDuplicatesResultData interface
An interface describing the data returned by calling removeDuplicatesResult.toJSON()
.
removed | Number of duplicated rows removed by the operation. |
unique |
Number of remaining unique rows present in the resulting range. |
Number of duplicated rows removed by the operation.
TypeScript
removed?: number;
Property Value
number
Remarks
Number of remaining unique rows present in the resulting range.
TypeScript
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 feedback
Office Add-ins is an open source project. Select a link to provide feedback: