Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.RemoveDuplicatesResultData interface

Package:
excel

An interface describing the data returned by calling removeDuplicatesResult.toJSON().

Properties

removed

Number of duplicated rows removed by the operation.

uniqueRemaining

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

API set: ExcelApi 1.9

uniqueRemaining

Number of remaining unique rows present in the resulting range.

uniqueRemaining?: number;

Property Value

number

Remarks

API set: ExcelApi 1.9


Feedback

Was this page helpful?