class RubyXL::Fill
Public Class Methods
default(pattern_type)
click to toggle source
# File lib/rubyXL/objects/fill.rb, line 39 def self.default(pattern_type) self.new(:pattern_fill => RubyXL::PatternFill.new(:pattern_type => pattern_type)) end