Update ExcelFile.tsf

This commit is contained in:
hans 2022-02-21 11:06:50 +08:00
parent 213ec6c506
commit 46a7d167f0
1 changed files with 2 additions and 2 deletions

View File

@ -126,9 +126,9 @@ Type ExcelFile = Class
///设置工作表背景图片 ///设置工作表背景图片
///picture: string图片文件路径 ///picture: string图片文件路径
///返回: [err, info] ///返回: [err, info]
Function SetSheetBackground(picture); Function SetSheetBackground(sheet, picture);
Begin Begin
return xlsx_call("SetSheetBackground", fh_, picture); return xlsx_call("SetSheetBackground", fh_, sheet, picture);
End; End;
///设置默认(活动)工作表 ///设置默认(活动)工作表