onequarter
美
英 
例句
In Table 1, you can see that the cells with content have the property $row = $oneQuarter or $row = $period - $oneQuarter.
在表1中,您可以看見(jiàn),帶內(nèi)容的單元格擁有$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函數(shù)一樣,您將計(jì)算$period和$position,并使用$oneQuarter變量簡(jiǎn)化公式。
The refactored way to find the position of the value you seek is ($row + $oneQuarter) div ($oneQuarter * 2).
重構(gòu)以找出您所搜尋的值的位置的方法是使用($row+$oneQuarter)div($oneQuarter*2)。