summaryrefslogtreecommitdiff
path: root/sheetpr.go
diff options
context:
space:
mode:
Diffstat (limited to 'sheetpr.go')
-rw-r--r--sheetpr.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sheetpr.go b/sheetpr.go
index 2a88717..7b8df54 100644
--- a/sheetpr.go
+++ b/sheetpr.go
@@ -98,7 +98,7 @@ func (o *AutoPageBreaks) getSheetPrOption(pr *xlsxSheetPr) {
*o = AutoPageBreaks(pr.PageSetUpPr.AutoPageBreaks)
}
-// SetSheetPrOptions sets sheet properties.
+// SetSheetPrOptions provides function to sets worksheet properties.
//
// Available options:
// CodeName(string)
@@ -120,7 +120,7 @@ func (f *File) SetSheetPrOptions(name string, opts ...SheetPrOption) error {
return nil
}
-// SetSheetPrOptions sets sheet properties.
+// GetSheetPrOptions provides function to gets worksheet properties.
//
// Available options:
// CodeName(string)