Method: Spreadsheet::Format#cross_down

Defined in:
lib/spreadsheet/format.rb

#cross_downObject

You can set the following boolean attributes:

#cross_down

Draws a Line from the top-left to the bottom-right corner of a cell.

#cross_up

Draws a Line from the bottom-left to the top-right corner of a cell.

#hidden

The cell is hidden.

#locked

The cell is locked.

#merge_range

The cell is in a merged range.

#shrink

Shrink the contents to fit the cell.

#text_justlast

Force the last line of a cell to be justified. This probably makes sense if horizontal_align = :justify

#left

Apply a border style to the left of the cell.

#right

Apply a border style to the right of the cell.

#top

Apply a border style at the top of the cell.

#bottom

Apply a border style at the bottom of the cell.

#rotation_stacked

Characters in the cell are stacked on top of each other. Excel will ignore other rotation values if this is set.



30
31
32
# File 'lib/spreadsheet/format.rb', line 30

boolean :cross_down, :cross_up, :hidden, :locked,
:merge_range, :shrink, :text_justlast, :text_wrap,
:rotation_stacked