Method: Axlsx::Cell#shadow

Defined in:
lib/axlsx/workbook/worksheet/cell.rb

#shadowBoolean

The inline shadow property for the cell

Returns:

  • (Boolean)


223
224
225
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 223

def shadow
  @shadow
end