Method: Axlsx::TableStyleElement#size

Defined in:
lib/axlsx/stylesheet/table_style_element.rb

#sizeInteger

Number of rows or columns used in striping when the type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.

Returns:

  • (Integer)


39
40
41
# File 'lib/axlsx/stylesheet/table_style_element.rb', line 39

def size
  @size
end