You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Aspose.Cells.Cloud.SDK/Model/AddTextOptions.cs
+10-16Lines changed: 10 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -45,42 +45,37 @@ public class AddTextOptions : BaseOperateOptions
45
45
publicoverridestringName{get;set;}
46
46
47
47
/// <summary>
48
-
///
48
+
/// Represents data source. There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri.
49
49
/// </summary>
50
50
publicvirtualDataSourceDataSource{get;set;}
51
51
52
52
/// <summary>
53
-
///
53
+
/// Represents file information. Include of filename, filesize, and file content(base64String).
54
54
/// </summary>
55
55
publicvirtualFileInfoFileInfo{get;set;}
56
56
57
57
/// <summary>
58
-
///
58
+
/// Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells.
59
59
/// </summary>
60
-
publicvirtualstringText{get;set;}
60
+
publicvirtualScopeOptionsScopeOptions{get;set;}
61
61
62
62
/// <summary>
63
-
///
63
+
/// Add text content.
64
64
/// </summary>
65
-
publicvirtualstringWorksheet{get;set;}
66
-
67
-
/// <summary>
68
-
///
69
-
/// </summary>
70
-
publicvirtualstringRange{get;set;}
65
+
publicvirtualstringText{get;set;}
71
66
72
67
/// <summary>
73
-
///
68
+
/// Represents where text should be inserted or selected in the spreadsheet.
74
69
/// </summary>
75
70
publicvirtualstringSelectPoistion{get;set;}
76
71
77
72
/// <summary>
78
-
///
73
+
/// Selected text of cell where text should be inserted or selected in the spreadsheet.
79
74
/// </summary>
80
75
publicvirtualstringSelectText{get;set;}
81
76
82
77
/// <summary>
83
-
///
78
+
/// Indicates whether empty cells should be skipped during processing.
84
79
/// </summary>
85
80
publicvirtualbool?SkipEmptyCells{get;set;}
86
81
@@ -95,9 +90,8 @@ public override string ToString()
Copy file name to clipboardExpand all lines: Aspose.Cells.Cloud.SDK/Model/ConvertTextOptions.cs
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -45,37 +45,32 @@ public class ConvertTextOptions : BaseOperateOptions
45
45
publicoverridestringName{get;set;}
46
46
47
47
/// <summary>
48
-
///
48
+
/// Represents data source. There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri.
49
49
/// </summary>
50
50
publicvirtualDataSourceDataSource{get;set;}
51
51
52
52
/// <summary>
53
-
///
53
+
/// Represents file information. Include of filename, filesize, and file content(base64String).
54
54
/// </summary>
55
55
publicvirtualFileInfoFileInfo{get;set;}
56
56
57
57
/// <summary>
58
-
///
58
+
/// Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells.
59
59
/// </summary>
60
-
publicvirtualstringWorksheet{get;set;}
60
+
publicvirtualScopeOptionsScopeOptions{get;set;}
61
61
62
62
/// <summary>
63
63
///
64
64
/// </summary>
65
-
publicvirtualstringRange{get;set;}
66
-
67
-
/// <summary>
68
-
/// Gets or sets ConvertTextType.
69
-
/// </summary>
70
65
publicvirtualstringConvertTextType{get;set;}
71
66
72
67
/// <summary>
73
-
/// Gets or sets SourceCharacters.
68
+
///
74
69
/// </summary>
75
70
publicvirtualstringSourceCharacters{get;set;}
76
71
77
72
/// <summary>
78
-
/// Gets or sets TargetCharacters.
73
+
///
79
74
/// </summary>
80
75
publicvirtualstringTargetCharacters{get;set;}
81
76
@@ -90,8 +85,7 @@ public override string ToString()
Copy file name to clipboardExpand all lines: Aspose.Cells.Cloud.SDK/Model/RemoveCharactersOptions.cs
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -45,24 +45,19 @@ public class RemoveCharactersOptions : BaseOperateOptions
45
45
publicoverridestringName{get;set;}
46
46
47
47
/// <summary>
48
-
///
48
+
/// Represents data source. There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri.
49
49
/// </summary>
50
50
publicvirtualDataSourceDataSource{get;set;}
51
51
52
52
/// <summary>
53
-
///
53
+
/// Represents file information. Include of filename, filesize, and file content(base64String).
54
54
/// </summary>
55
55
publicvirtualFileInfoFileInfo{get;set;}
56
56
57
57
/// <summary>
58
-
///
59
-
/// </summary>
60
-
publicvirtualstringWorksheet{get;set;}
61
-
62
-
/// <summary>
63
-
///
58
+
/// Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells.
64
59
/// </summary>
65
-
publicvirtualstringRange{get;set;}
60
+
publicvirtualScopeOptionsScopeOptions{get;set;}
66
61
67
62
/// <summary>
68
63
///
@@ -85,8 +80,7 @@ public override string ToString()
Copy file name to clipboardExpand all lines: Aspose.Cells.Cloud.SDK/Model/RemoveDuplicatesOptions.cs
+5-17Lines changed: 5 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -45,29 +45,19 @@ public class RemoveDuplicatesOptions : BaseOperateOptions
45
45
publicoverridestringName{get;set;}
46
46
47
47
/// <summary>
48
-
///
48
+
/// Represents data source. There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri.
49
49
/// </summary>
50
50
publicvirtualDataSourceDataSource{get;set;}
51
51
52
52
/// <summary>
53
-
///
53
+
/// Represents file information. Include of filename, filesize, and file content(base64String).
54
54
/// </summary>
55
55
publicvirtualFileInfoFileInfo{get;set;}
56
56
57
57
/// <summary>
58
-
///
58
+
/// Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells.
0 commit comments