Home
last modified time | relevance | path

Searched defs:colinfo (Results 1 – 2 of 2) sorted by relevance

/plugin/edittable/script/
Deditor.js166 colinfo: [], property
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs16581 colinfo[val.e--] = { width: val.w/256, hidden: !!(val.flags & 0x01), level: val.level }; variable
19325 var colinfo/*:Array<ColInfo>*/ = [], rowinfo/*:Array<RowInfo>*/ = []; variable
19688 colinfo[val.e--] = { width: val.w/256, level: (val.level || 0), hidden: !!(val.flags & 1) }; variable