Skip to content

Commit 483bb27

Browse files
Update cell-range.md
1 parent 6fd203e commit 483bb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-Processing/Excel/Spreadsheet/Blazor/cell-range.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Autofill can be performed in one of the following ways:
5757
* Drag and drop the cell using the fill handle element.
5858
* 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.
5959

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:
6161

6262
| Parameter | Type | Description |
6363
| -- | -- | -- |
@@ -120,4 +120,4 @@ You can apply the clear functionality by selecting the **Clear** icon in the **R
120120

121121
The following image displays the clear options available in the Ribbon toolbar under the **Home** tab of the Blazor Spreadsheet.
122122

123-
![Clear options in the Blazor Spreadsheet](images/clear-feature.png)
123+
![Clear options in the Blazor Spreadsheet](images/clear-feature.png)

0 commit comments

Comments
 (0)