Skip to content

Commit da35f14

Browse files
authored
doc(UniverSheet): update documentation (#944)
1 parent 53cc3e6 commit da35f14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public partial class UniverSheet
7171
public string? LoadingText { get; set; }
7272

7373
/// <summary>
74-
/// <para lang="zh">获得/设置 Frame 加载页面传递过来的数据回调方法</para>
75-
/// <para lang="en">Gets or sets the callback for data posted from the Frame loaded page.</para>
74+
/// <para lang="zh">获得/设置 UniverSheet 数据回调方法(一般由 Excel 按钮触发)</para>
75+
/// <para lang="en">Gets or sets the UniverSheet data callback method (usually triggered by the Excel button).</para>
7676
/// </summary>
7777
[Parameter]
7878
public Func<UniverSheetData?, Task<UniverSheetData?>>? OnPostDataAsync { get; set; }

0 commit comments

Comments
 (0)