Hide a row with POI
Posted: Mon Nov 25, 2024 7:57 pm
I don't see a shortcut in the Klement tools to make a row be hidden.
IBM i Discussion Forums
https://www.scottklement.com:443/forums/
Code: Select all
D SSRow_setZeroHeight...
D PR EXTPROC(*JAVA
D : ROW_CLASS
D : 'setZeroHeight')
D newVal 1N value
Code: Select all
SSRow_setZeroHeight(row: *ON);