summaryrefslogtreecommitdiff
path: root/sheet.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-09-13 22:17:40 +0800
committerRi Xu <xuri.me@gmail.com>2017-09-13 22:17:40 +0800
commitb7b937a8a3e1e92669aaf63d2cc97dc2fc865736 (patch)
tree3f3872fd3577b86936068dcba071e62dda7fd55f /sheet.go
parentf05f799f8d33e24b3bbf6c030c9f22d2829e0748 (diff)
godoc updated.
Diffstat (limited to 'sheet.go')
-rw-r--r--sheet.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sheet.go b/sheet.go
index 8a69f4a..e8d381f 100644
--- a/sheet.go
+++ b/sheet.go
@@ -346,8 +346,8 @@ func (f *File) getSheetMap() map[string]string {
return maps
}
-// SetSheetBackground provides function to set background picture by given sheet
-// index.
+// SetSheetBackground provides function to set background picture by given
+// worksheet name.
func (f *File) SetSheetBackground(sheet, picture string) error {
var err error
// Check picture exists first.