diff --git a/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs b/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs index ef703b44..9640a600 100644 --- a/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs +++ b/src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs @@ -71,8 +71,8 @@ public partial class UniverSheet public string? LoadingText { get; set; } /// - /// 获得/设置 Frame 加载页面传递过来的数据回调方法 - /// Gets or sets the callback for data posted from the Frame loaded page. + /// 获得/设置 UniverSheet 数据回调方法(一般由 Excel 按钮触发) + /// Gets or sets the UniverSheet data callback method (usually triggered by the Excel button). /// [Parameter] public Func>? OnPostDataAsync { get; set; }