Method: Axlsx::SheetView#color_id

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

#color_idInteger

Color Id Index to the color value for row/column text headings and gridlines. This is an ‘index color value’ (ICV) rather than rgb value. default nil

Returns:

  • (Integer)

See Also:

  • type


34
35
36
# File 'lib/axlsx/workbook/worksheet/sheet_view.rb', line 34

def color_id
  @color_id
end