set whether sheet is a dialog sheet or not @param isDialog or not
(boolean isDialog)
| 98 | */ |
| 99 | |
| 100 | public void setDialog(boolean isDialog) |
| 101 | { |
| 102 | field_1_wsbool = dialog.setByteBoolean(field_1_wsbool, isDialog); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * set if row summaries appear below detail in the outline |
no test coverage detected