From c7ebb2fb0444139a0eb470ec59318ed3fe964d14 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Thu, 4 Apr 2024 11:28:50 +0300 Subject: [PATCH] SEO-181938-WindowsForms-Changes-2 --- WindowsForms/Spreadsheet/Conversion.md | 2 +- WindowsForms/Spreadsheet/Worksheet-Management.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/Spreadsheet/Conversion.md b/WindowsForms/Spreadsheet/Conversion.md index f1c6d22bb..457e94e8d 100644 --- a/WindowsForms/Spreadsheet/Conversion.md +++ b/WindowsForms/Spreadsheet/Conversion.md @@ -37,7 +37,7 @@ Spreadsheet provides support to export the Excel workbook to PDF using ExcelToPd For converting the Excel sheet to PDF, “Syncfusion.ExcelToPDFConverter.Base.dll” and “Syncfusion.Pdf.Base.dll” references should be added. -Export the Excel workbook as PDF document using [Convert](https://help.syncfusion.com/cr/windowsforms/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html#Syncfusion_ExcelToPdfConverter_ExcelToPdfConverter_Convert) method of [ExcelToPdfConverter](http://help.syncfusion.com/cr/windowsforms/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html) class which is available under the name space “Syncfusion.ExcelToPdfConverter” +Export the Excel workbook as PDF document using [Convert](https://help.syncfusion.com/cr/windowsforms/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html#Syncfusion_ExcelToPdfConverter_ExcelToPdfConverter_Convert) method of [ExcelToPdfConverter](https://help.syncfusion.com/cr/windowsforms/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html) class which is available under the name space “Syncfusion.ExcelToPdfConverter” {% tabs %} {% highlight c# %} diff --git a/WindowsForms/Spreadsheet/Worksheet-Management.md b/WindowsForms/Spreadsheet/Worksheet-Management.md index 31bc23deb..75b0ded65 100644 --- a/WindowsForms/Spreadsheet/Worksheet-Management.md +++ b/WindowsForms/Spreadsheet/Worksheet-Management.md @@ -63,7 +63,7 @@ spreadsheet.RenameSheet("ExistingSheetName", "NewSheetName"); ### Protecting a worksheet -Spreadsheet provides support to protect the worksheet with or without password. This helps to prevent a user from modifying the contents of the worksheet. The protection of worksheet can be done with [ExcelSheetProtection](http://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.ExcelSheetProtection.html) options also. +Spreadsheet provides support to protect the worksheet with or without password. This helps to prevent a user from modifying the contents of the worksheet. The protection of worksheet can be done with [ExcelSheetProtection](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.ExcelSheetProtection.html) options also. The Protect sheet options are