Grid.setBaselineRow

Sets which row defines the global baseline for the entire grid. Each row in the grid can have its own local baseline, but only one of those is global, meaning it will be the baseline in the parent of the grid.

class Grid
void
setBaselineRow
(
int row
)

Parameters

row int

the row index

Meta

Since

3.10