Skip to content

Commit 752deb3

Browse files
committed
update SplitTextRequest
1 parent f4889d9 commit 752deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Aspose.Cells.Cloud.SDK/Request/SplitTextRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public SplitTextRequest()
5959
/// <param name="outStorageName">Output file Storage Name.</param>
6060
/// <param name="region">The spreadsheet region setting.</param>
6161
/// <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)
62+
public SplitTextRequest(string spreadsheet,string splitDelimitersType, string customDelimiter, bool? keepDelimitersInResultingCells =false, string keepDelimitersPosition = null, string howToSplit = null, string worksheet = null, string range = null)
6363
{
6464
this.Spreadsheet = spreadsheet;
6565
this.splitDelimitersType = splitDelimitersType;

0 commit comments

Comments
 (0)