Lines Matching refs:getCellByName
131 xTextTable.getCellByName("A2").setValue(22.5)
132 xTextTable.getCellByName("B2").setValue(5615.3)
133 xTextTable.getCellByName("C2").setValue(-2315.7)
134 xTextTable.getCellByName("D2").setFormula("sum <A2:C2>")
136 xTextTable.getCellByName("A3").setValue(21.5)
137 xTextTable.getCellByName("B3").setValue (615.3)
138 xTextTable.getCellByName("C3").setValue( -315.7)
139 xTextTable.getCellByName("D3").setFormula( "sum <A3:C3>")
141 xTextTable.getCellByName("A4").setValue( 121.5)
142 xTextTable.getCellByName("B4").setValue( -615.3)
143 xTextTable.getCellByName("C4").setValue( 415.7)
144 xTextTable.getCellByName("D4").setFormula( "sum <A4:C4>")
221 xCell = xTable.getCellByName(sCellName)