We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cd99b commit 6683b19Copy full SHA for 6683b19
examples/Example_WordCase.cs
@@ -13,7 +13,7 @@ public static void Run()
13
Filename = "BookText.xlsx",
14
FileContent = System.Convert.ToBase64String(System.IO.File.ReadAllBytes("BookText.xlsx"))
15
},
16
- WordCaseType ="",
+ WordCaseType = "ProperCase",
17
ScopeOptions = new Aspose.Cells.Cloud.SDK.Model.ScopeOptions
18
{
19
Scope = "SelectionOlny",
0 commit comments