ComboBox.setRowSpanColumn

Sets the column with row span information for @combo_box to be @row_span. The row span column contains integers which indicate how many rows an item should span.

class ComboBox
void
setRowSpanColumn
()

Parameters

rowSpan int

A column in the model passed during construction.

Meta