summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/example.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example.rb b/examples/example.rb
index 5b5b11b9..bd32e98b 100755
--- a/examples/example.rb
+++ b/examples/example.rb
@@ -342,6 +342,7 @@ wb.add_worksheet(:name => 'Sheet Protection') do |sheet|
sheet.add_row [4, 5, 6], :style => unlocked # these cells will not!
end
+
##Specify page margins and other options for printing
#```ruby