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: Document-Processing/Excel/Spreadsheet/Blazor/cell-range.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Autofill can be performed in one of the following ways:
57
57
* Drag and drop the cell using the fill handle element.
58
58
* Use the [AutofillAsync()](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AutofillAsync_System_String_System_String_) method programmatically.
59
59
60
-
The `AutofillAsync()` method accepts string parameters using A1 notation for `fillRange` and `dataRange`. Its available parameters are:
60
+
The `AutofillAsync()` method accepts string parameters in A1 notation for `fillRange` and `dataRange`. The available parameters are:
61
61
62
62
| Parameter | Type | Description |
63
63
| -- | -- | -- |
@@ -120,4 +120,4 @@ You can apply the clear functionality by selecting the **Clear** icon in the **R
120
120
121
121
The following image displays the clear options available in the Ribbon toolbar under the **Home** tab of the Blazor Spreadsheet.
122
122
123
-

123
+

0 commit comments