Update ExcelFile.tsf
This commit is contained in:
+2
-2
@@ -126,9 +126,9 @@ Type ExcelFile = Class
|
||||
///设置工作表背景图片
|
||||
///picture: string,图片文件路径
|
||||
///返回: [err, info]
|
||||
Function SetSheetBackground(picture);
|
||||
Function SetSheetBackground(sheet, picture);
|
||||
Begin
|
||||
return xlsx_call("SetSheetBackground", fh_, picture);
|
||||
return xlsx_call("SetSheetBackground", fh_, sheet, picture);
|
||||
End;
|
||||
|
||||
///设置默认(活动)工作表
|
||||
|
||||
Reference in New Issue
Block a user