Gnm.StyleRow¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
bottom |
r/w |
||
end_col |
r/w |
||
hide_grid |
r/w |
||
row |
r/w |
||
sheet |
r/w |
||
start_col |
r/w |
||
styles |
r/w |
||
top |
r/w |
||
vertical |
r/w |
Methods¶
class |
|
Details¶
- class Gnm.StyleRow¶
- classmethod init(prev_vert, sr, next_sr, start_col, end_col, mem, hide_grid)¶
- Parameters:
prev_vert (
Gnm.Border
) –sr (
Gnm.StyleRow
) –next_sr (
Gnm.StyleRow
) –start_col (
int
) –end_col (
int
) –hide_grid (
bool
) –
A small utility routine to initialize the grid drawing
Gnm.StyleRow
data structure.