onequarter
美
英 
例句
In Table 1, you can see that the cells with content have the property $row = $oneQuarter or $row = $period - $oneQuarter.
在表1中,您可以看见,带内容的单元格拥有$row=$oneQuarter或$row=$period-$oneQuarter属性。
As with the cellStyle function, you calculate $period and $position, and you use the $oneQuarter variable to simplify the formulas.
与cellStyle函数一样,您将计算$period和$position,并使用$oneQuarter变量简化公式。
The refactored way to find the position of the value you seek is ($row + $oneQuarter) div ($oneQuarter * 2).
重构以找出您所搜寻的值的位置的方法是使用($row+$oneQuarter)div($oneQuarter*2)。