Cells.RemoveDuplicates
Contents
[
Hide
]RemoveDuplicates()
Removes duplicate rows in the sheet.
public void RemoveDuplicates()
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
RemoveDuplicates(int, int, int, int)
Removes duplicate values in the range.
public void RemoveDuplicates(int startRow, int startColumn, int endRow, int endColumn)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row. |
startColumn | Int32 | The start column |
endRow | Int32 | The end row index. |
endColumn | Int32 | The end column index. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
RemoveDuplicates(int, int, int, int, bool, int[])
Removes duplicate data of the range.
public void RemoveDuplicates(int startRow, int startColumn, int endRow, int endColumn,
bool hasHeaders, int[] columnOffsets)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row. |
startColumn | Int32 | The start column |
endRow | Int32 | The end row index. |
endColumn | Int32 | The end column index. |
hasHeaders | Boolean | Indicates whether the range contains headers. |
columnOffsets | Int32[] | The column offsets. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells