Method: Axlsx::Pane#y_split

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

#y_splitInteger

Vertical Split Position Vertical position of the split, in 1/20th of a point; 0 (zero) if none. If the pane is frozen, this value indicates the number of rows visible in the left pane. default 0

Returns:

  • (Integer)

See Also:

  • type


95
96
97
# File 'lib/axlsx/workbook/worksheet/pane.rb', line 95

def y_split
  @y_split
end