Uses of Class
io.keikai.ui.sys.SpreadsheetCtrl.Header
-
Packages that use SpreadsheetCtrl.Header Package Description io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components. -
-
Uses of SpreadsheetCtrl.Header in io.keikai.ui.sys
Methods in io.keikai.ui.sys that return SpreadsheetCtrl.Header Modifier and Type Method Description static SpreadsheetCtrl.Header
SpreadsheetCtrl.Header. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadsheetCtrl.Header[]
SpreadsheetCtrl.Header. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.ui.sys with parameters of type SpreadsheetCtrl.Header Modifier and Type Method Description org.zkoss.json.JSONObject
SpreadsheetCtrl. getRangeAttrs(SSheet sheet, SpreadsheetCtrl.Header containsHeader, SpreadsheetCtrl.CellAttribute type, int left, int top, int right, int bottom)
-