diff options
| -rw-r--r-- | lib/axlsx/workbook/worksheet/sheet_protection.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/axlsx/workbook/worksheet/sheet_protection.rb b/lib/axlsx/workbook/worksheet/sheet_protection.rb index a472ec55..5ff888ea 100644 --- a/lib/axlsx/workbook/worksheet/sheet_protection.rb +++ b/lib/axlsx/workbook/worksheet/sheet_protection.rb @@ -45,12 +45,6 @@ module Axlsx # @return [String] attr_reader :salt_value - # If 1 or true then sorting should not be allowed when the sheet is protected. - # If 0 or false then sorting should be allowed when the sheet is protected. - # @return [Boolean] - # default true - attr_reader :sort - # Password hash # @return [String] # default nil |
