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: blazor/spreadsheet/cell-range.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Autofill is used to fill cells with data based on adjacent cells. It follows pat
56
56
Autofill can be performed in one of the following ways:
57
57
58
58
* 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.
60
60
61
61
The available parameters in the `AutofillAsync()` method are:
62
62
@@ -100,7 +100,7 @@ The available parameters in the `AutofillAsync()` method are:
100
100
101
101
The following illustration demonstrates the use of autofill in the Spreadsheet component.
0 commit comments