diff options
| author | Randy Morgan <[email protected]> | 2012-06-11 09:07:38 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-11 09:07:38 +0900 |
| commit | cf40e93be91f535a630c038dd3620a72dea6c751 (patch) | |
| tree | a5f84a4dc842db730e84d98e268577fbbcc7ef5b /lib/axlsx/workbook/worksheet/selection.rb | |
| parent | 68f0b530e2260ceacf2ed916e216eaec5da60945 (diff) | |
| download | caxlsx-cf40e93be91f535a630c038dd3620a72dea6c751.tar.gz caxlsx-cf40e93be91f535a630c038dd3620a72dea6c751.zip | |
documentation improvements.
Diffstat (limited to 'lib/axlsx/workbook/worksheet/selection.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/selection.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/axlsx/workbook/worksheet/selection.rb b/lib/axlsx/workbook/worksheet/selection.rb index 6674c55d..b1ada495 100644 --- a/lib/axlsx/workbook/worksheet/selection.rb +++ b/lib/axlsx/workbook/worksheet/selection.rb @@ -10,7 +10,7 @@ module Axlsx # Location of the active cell. # @see type # @return [String] - # @default nil + # default nil attr_reader :active_cell @@ -22,7 +22,7 @@ module Axlsx # When this value is out of range then activeCell can be used. # @see type # @return [Integer] - # @default nil + # default nil attr_reader :active_cell_id @@ -50,7 +50,7 @@ module Axlsx # specifies the right pane. # @see type # @return [Symbol] - # @default nil + # default nil attr_reader :pane @@ -58,7 +58,7 @@ module Axlsx # Range of the selection. Can be non-contiguous set of ranges. # @see type # @return [String] - # @default nil + # default nil attr_reader :sqref @@ -108,4 +108,4 @@ module Axlsx str << '/>' end end -end
\ No newline at end of file +end |
