module RubyXL::LegacyCell

def border_diagonal()

returns cell's diagonal border
def border_diagonal()
  return get_border(:diagonal)
end