WorkSheetVisibility is the visibility of a sheet.
| 20 | |
| 21 | // WorkSheetVisibility is the visibility of a sheet. |
| 22 | type WorkSheetVisibility string |
| 23 | |
| 24 | const ( |
| 25 | // PrivateWorkSheet is the sheet visibility for PRIVATE. Only sheet OWNER can read/write. |
no outgoing calls
no test coverage detected