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 f4889d9 commit 752deb3Copy full SHA for 752deb3
Aspose.Cells.Cloud.SDK/Request/SplitTextRequest.cs
@@ -59,7 +59,7 @@ public SplitTextRequest()
59
/// <param name="outStorageName">Output file Storage Name.</param>
60
/// <param name="region">The spreadsheet region setting.</param>
61
/// <param name="password">The password for opening spreadsheet file.</param>
62
- public SplitTextRequest(string spreadsheet,string splitDelimitersType, string customDelimiter, bool? keepDelimitersInResultingCells =false, string keepDelimitersPosition = null, string HowToSplit = null, string worksheet = null, string range = null)
+ public SplitTextRequest(string spreadsheet,string splitDelimitersType, string customDelimiter, bool? keepDelimitersInResultingCells =false, string keepDelimitersPosition = null, string howToSplit = null, string worksheet = null, string range = null)
63
{
64
this.Spreadsheet = spreadsheet;
65
this.splitDelimitersType = splitDelimitersType;
0 commit comments