From ed18c26ee4d0a8d63b859077f43be36d94117270 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Fri, 29 May 2026 09:26:58 +0300 Subject: [PATCH] Task(220600)SEO-Serpstat-Help-Domain-redirect-error-2 --- .../Excel/Excel-Library/NET/Charts/Chart-Series.md | 4 ++-- .../Excel-Library/NET/Conditional-Formatting/Color-Scales.md | 2 +- .../loading-and-saving-excel-files-in-maui-c-sharp.md | 4 ++-- .../Excel/Excel-Library/NET/Working-with-Excel-Tables.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/Charts/Chart-Series.md b/Document-Processing/Excel/Excel-Library/NET/Charts/Chart-Series.md index 2b59fd6b4b..ef1c3d4377 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Charts/Chart-Series.md +++ b/Document-Processing/Excel/Excel-Library/NET/Charts/Chart-Series.md @@ -117,7 +117,7 @@ chart.Series(1).SerieFormat.Fill.Transparency = 1.0 {% endhighlight %} {% endtabs %} -N> [Transparency](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_Transparency) is only applicable when [FillType](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_FillType) is set as SolidColor. Color-shaded fill is represented as a floating-point value ranging from 0.0 (Clear) to 1.0 (Opaque). +N> [Transparency](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_Transparency) is only applicable when [FillType](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_FillType) is set as SolidColor. Color-shaded fill is represented as a floating-point value ranging from 0.0 (Clear) to 1.0 (Opaque). ## Series Type @@ -388,7 +388,7 @@ Spaces between chart bars are of two types. 1. **Series Overlap** : Space between bars of different data series of single category. 2. **Gap Width** : Space between different categories. -XlsIO allows you to adjust the space between chart bars using [Overlap](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IChartFormat.html#Syncfusion_XlsIO_IChartFormat_Overlap) and [GapWidth](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IChartFormat.html#Syncfusion_XlsIO_IChartFormat_GapWidth) properties of [IChartFormat](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IChartFormat.html) interface. +XlsIO allows you to adjust the space between chart bars using [Overlap](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IChartFormat.html#Syncfusion_XlsIO_IChartFormat_Overlap) and [GapWidth](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IChartFormat.html#Syncfusion_XlsIO_IChartFormat_GapWidth) properties of [IChartFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IChartFormat.html) interface. The following code snippet illustrates how to add space between bars. diff --git a/Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Color-Scales.md b/Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Color-Scales.md index 49571a466f..c11fffbb01 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Color-Scales.md +++ b/Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Color-Scales.md @@ -10,7 +10,7 @@ documentation: UG Color Scales let you create visual effects in your data to see how the value of a cell is compared with the values in a range of cells. A color scale uses cell shading, as opposed to bars, to communicate relative values, beyond the relative size of the value of a cell. -The following code example illustrates how to apply color scales using [IColorScale](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IColorScale.html) interface in XlsIO. +The following code example illustrates how to apply color scales using [IColorScale](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IColorScale.html) interface in XlsIO. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Conditional%20Formatting/Color%20Scales/.NET/Color%20Scales/Color%20Scales/Program.cs,180" %} diff --git a/Document-Processing/Excel/Excel-Library/NET/Loading-and-Saving/loading-and-saving-excel-files-in-maui-c-sharp.md b/Document-Processing/Excel/Excel-Library/NET/Loading-and-Saving/loading-and-saving-excel-files-in-maui-c-sharp.md index 47bdf53397..9b79fd8501 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Loading-and-Saving/loading-and-saving-excel-files-in-maui-c-sharp.md +++ b/Document-Processing/Excel/Excel-Library/NET/Loading-and-Saving/loading-and-saving-excel-files-in-maui-c-sharp.md @@ -9,7 +9,7 @@ documentation: UG ## Opening an existing workbook from stream -You can open an existing workbook from stream by using the overloads of [Open](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorkbooks.html#Syncfusion_XlsIO_IWorkbooks_Open_System_IO_Stream_) methods of [IWorkbooks](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorkbooks.html) interface. +You can open an existing workbook from stream by using the overloads of [Open](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbooks.html#Syncfusion_XlsIO_IWorkbooks_Open_System_IO_Stream_) methods of [IWorkbooks](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbooks.html) interface. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" %} @@ -30,7 +30,7 @@ IWorkbook workbook = application.Workbooks.Open(inputStream); ## Saving an Excel workbook to stream -You can also save the created or manipulated workbook to stream using overloads of [SaveAs](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorkbook.html#Syncfusion_XlsIO_IWorkbook_SaveAs_System_IO_Stream_) methods. +You can also save the created or manipulated workbook to stream using overloads of [SaveAs](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbook.html#Syncfusion_XlsIO_IWorkbook_SaveAs_System_IO_Stream_) methods. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" %} diff --git a/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Tables.md b/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Tables.md index c43417f38b..8d16554913 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Tables.md +++ b/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Tables.md @@ -509,7 +509,7 @@ The following screenshot represents generated Excel file with custom table style ![custom table style](Working-with-Pivot-Tables_images/Working-with-Tables_img1.jpg) -N> The [TableStyles](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ITableStyles.html) API only retrieves custom table styles. +N> The [TableStyles](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.ITableStyles.html) API only retrieves custom table styles. ## Insert or remove columns in a table