Skip to content

Commit c2aefbf

Browse files
Merge branch 'development' into ES-1043976-PDFCommon
2 parents 9300883 + f1afe91 commit c2aefbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/Excel/Spreadsheet/Blazor/clipboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ The available parameters in the [PasteCellAsync()](https://help.syncfusion.com/c
499499
| cellAddress | string (optional) | Specifies the target cell or range of cells for pasting clipboard content. Accepts either a single cell reference from a specific worksheet (for example, **"Sheet1!A1"**) or a range of cells (for example, **"Sheet2!A1:C5"**). A valid cell selection must exist before executing the paste operation. If no parameter is provided, the currently selected cell or range will be used as the paste destination. |
500500

501501
{% tabs %}
502-
{% highlight razor tabtitle="Index.razor" %}
502+
{% highlight razor tabtitle="Index.razor" %}
503503

504504
@page "/"
505505
@using Syncfusion.Blazor.Spreadsheet

0 commit comments

Comments
 (0)