Skip to content

Commit 6683b19

Browse files
committed
Update example.
1 parent d0cd99b commit 6683b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example_WordCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void Run()
1313
Filename = "BookText.xlsx",
1414
FileContent = System.Convert.ToBase64String(System.IO.File.ReadAllBytes("BookText.xlsx"))
1515
},
16-
WordCaseType ="",
16+
WordCaseType = "ProperCase",
1717
ScopeOptions = new Aspose.Cells.Cloud.SDK.Model.ScopeOptions
1818
{
1919
Scope = "SelectionOlny",

0 commit comments

Comments
 (0)