You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/axlsx/workbook/workbook_view.rb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ class WorkbookView
33
33
34
34
35
35
# Creates a new BookView object
36
-
# @params [Hash] options A hash of key/value pairs that will be mapped to this instances attributes.
36
+
# @param [Hash] options A hash of key/value pairs that will be mapped to this instances attributes.
37
37
# @option [Symbol] visibility Specifies visible state of the workbook window. The default value for this attribute is :visible.
38
38
# @option [Boolean] minimized Specifies a boolean value that indicates whether the workbook window is minimized.
39
39
# @option [Boolean] show_horizontal_scroll Specifies a boolean value that indicates whether to display the horizontal scroll bar in the user interface.
40
40
# @option [Boolean] show_vertical_scroll Specifies a boolean value that indicates whether to display the vertical scroll bar.
41
41
# @option [Boolean] show_sheet_tabs Specifies a boolean value that indicates whether to display the sheet tabs in the user interface.
42
42
# @option [Integer] tab_ratio Specifies ratio between the workbook tabs bar and the horizontal scroll bar.
43
43
# @option [Integer] first_sheet Specifies the index to the first sheet in this book view.
44
-
# @option [Integer] active_tab Specifies an unsignedInt that contains the index to the active sheet in this book view.
44
+
# @option [Integer] active_tab Specifies an unsignedInt that contains the index to the active sheet in this book view.
45
45
# @option [Integer] x_window Specifies the X coordinate for the upper left corner of the workbook window. The unit of measurement for this value is twips.
46
46
# @option [Integer] y_window Specifies the Y coordinate for the upper left corner of the workbook window. The unit of measurement for this value is twips.
47
47
# @option [Integer] window_width Specifies the width of the workbook window. The unit of measurement for this value is twips.
0 commit comments