Hi team,
I am using Aspose.cells v17.11. I was trying to convert code from Excel interop to Aspose.Cells. I want to clear contents from the range.
So I have method in Interop named “ClearRange(Range range)”, which clears content from range with interop method “range.ClearContents()”. But I cannot find any methods for Range class in Aspose.Cells.
Please provide some inputs.