Skip to content

Commit cea607f

Browse files
965862: Added the class link for autofill method
1 parent 92db081 commit cea607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/spreadsheet/cell-range.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Autofill is used to fill cells with data based on adjacent cells. It follows pat
5656
Autofill can be performed in one of the following ways:
5757

5858
* Drag and drop the cell using the fill handle element.
59-
* Use the `AutofillAsync()` method programmatically.
59+
* Use the [AutofillAsync()](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AutofillAsync_System_String_System_String_System_String_) method programmatically.
6060

6161
The available parameters in the `AutofillAsync()` method are:
6262

@@ -100,7 +100,7 @@ The available parameters in the `AutofillAsync()` method are:
100100

101101
The following illustration demonstrates the use of autofill in the Spreadsheet component.
102102

103-
![Autofill: Illustration](images/autofill.gif)
103+
![Autofill Illustration](images/autofill.gif)
104104

105105
## Clear
106106

0 commit comments

Comments
 (0)