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