diff options
| author | Randy Morgan <[email protected]> | 2012-06-09 11:43:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-09 11:43:06 +0900 |
| commit | 7c3c54e5f1335b36a468bdb2be926035db696d07 (patch) | |
| tree | 3bee557df5923c5daf8c94b513f36690441b151c /lib/axlsx/workbook/worksheet/sheet_view.rb | |
| parent | 4357178e58e5dae840ec47f63c11e13929a66a8d (diff) | |
| download | caxlsx-7c3c54e5f1335b36a468bdb2be926035db696d07.tar.gz caxlsx-7c3c54e5f1335b36a468bdb2be926035db696d07.zip | |
make sheet view selections readable
Diffstat (limited to 'lib/axlsx/workbook/worksheet/sheet_view.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/sheet_view.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/sheet_view.rb b/lib/axlsx/workbook/worksheet/sheet_view.rb index 1d8f5421..12b74b6a 100644 --- a/lib/axlsx/workbook/worksheet/sheet_view.rb +++ b/lib/axlsx/workbook/worksheet/sheet_view.rb @@ -18,7 +18,11 @@ module Axlsx @pane end - + # A hash of selection objects keyed by pane type associated with this sheet view. + # @return [Hash] + attr_reader :selections + + # # Color Id # Index to the color value for row/column # text headings and gridlines. This is an |
