Skip to content

Commit 2c7f010

Browse files
Merge pull request #1908 from Syncfusion-Content/hotfix/hotfix-v31.2.12
DOCINFRA-2341_merged_using_automation
2 parents 628b911 + 21df61f commit 2c7f010

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

Document-Processing/Excel/Excel-Library/NET/Working-with-Conditional-Formatting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ documentation: UG
1010

1111
Conditional formatting allows to format the contents of a cell dynamically. This can be defined and applied in XlsIO through the [IConditionalFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IConditionalFormat.html) interface.
1212

13+
To quickly learn How to Apply Conditional Formatting in Excel Using .NET Excel Library, check out this video:
14+
{% youtube "https://www.youtube.com/watch?v=S1lkNLV70hc" %}
15+
1316
## Create a Conditional Format 
1417

1518
The [IConditionalFormats](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IConditionalFormats.html) represents a collection of conditional formats for a single [IRange](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IRange.html). One or more conditional formats can be added to the range as follows.

Document-Processing/Excel/Excel-Library/NET/Working-with-Formulas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ keywords: c#, vb.net, excel, read excel, edit excel, edit excel cell, excel form
1010

1111
[Formulas](https://support.microsoft.com/en-gb/office/overview-of-formulas-in-excel-ecfdc708-9162-49e8-b993-c311f47ca173?redirectsourcepath=%252fen-us%252farticle%252foverview-of-formulas-7abfda78-eff3-4cc6-b4a7-6350d512d2dc) are entries in Excel that have equations, by which values are calculated. A typical formula might contain cell references, constants, and even functions.
1212

13+
To quickly learn How to Work with Formulas in an Excel Using the .NET Excel Library, check out this video:
14+
{% youtube "https://www.youtube.com/watch?v=SjHcYYvVSF4" %}
15+
1316
## Enable and Disable Calculation
1417

1518
To perform calculation in an Excel workbook, it is recommended to invoke [EnableSheetCalculations](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_EnableSheetCalculations) method of [IWorksheet](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html). Enabling this method will initialize [CalcEngine](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-formulas#calculation-engine) objects and retrieves calculated values of formulas in a worksheet.

Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-UWP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: UG
88

99
# Convert Word document to PDF in UWP
1010

11-
Syncfusion<sup>&reg;</sup> DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in UWP**.
11+
Syncfusion<sup>&reg;</sup> DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in UWP**.
1212

1313
## Steps to convert Word document to PDF in UWP
1414

Document-Processing/Word/Word-Library/NET/Working-with-LaTeX.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ documentation: UG
99
# Create Equation using LaTeX
1010
The .NET Word (DocIO) library allows to create mathematical equation in Word document using **LaTeX**.
1111

12+
To quickly start working with LaTeX Equations, please check out this video:
13+
{% youtube "https://www.youtube.com/watch?v=pdN4HNlKTJs" %}
14+
1215
## Accent
1316

1417
Add **accent** equation to a Word document using the LaTeX through [AppendMath](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendMath_System_String_) API.

0 commit comments

Comments
 (0)