Cannot find RemoveHyperlink API

Hi,


We need to remove the hyperlink for a cell and even change the text formatting of the cell.

As per your documentation at

section “Removing Hyperlinks”, there is a RemoveHyperlink API which expects a cell. (Attached screenshot)


We are using Aspose Cells .Net 7.4.2.0, and are not able to find this API.

Thanks.

Hi,

Thanks for your posting and using Aspose.Cells.

The api reference article is related to Aspose.Cells GridWeb. It is not related to Aspose.Cells for .NET.

For Aspose.Cells for .NET, please try Worksheet.Hyperlinks.RemoveAt() method.