Update ExcelFile.tsf
This commit is contained in:
parent
213ec6c506
commit
46a7d167f0
|
|
@ -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;
|
||||||
|
|
||||||
///设置默认(活动)工作表
|
///设置默认(活动)工作表
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue