Lines Matching refs:setFormula
305 setFormula( xSheet, "B5", "First cell" ); in doCellRangeSamples()
306 setFormula( xSheet, "B6", "Second cell" ); in doCellRangeSamples()
434 setFormula( xSheet, "I13", "Text 10" ); in doCellRangeSamples()
435 setFormula( xSheet, "E14", "Jan" ); in doCellRangeSamples()
483 setFormula( xSheet, "E26", "=E27^F26" ); in doCellRangeSamples()
488 setFormula( xSheet, "F33", "=SIN(E33)" ); in doCellRangeSamples()
489 setFormula( xSheet, "G33", "=COS(E33)" ); in doCellRangeSamples()
490 setFormula( xSheet, "H33", "=TAN(E33)" ); in doCellRangeSamples()
830 setFormula( xSheet, "A3", "=SUM(A2:B2)" ); in doDocumentSamples()
831 setFormula( xSheet, "B3", "=FORMULA(A3)" ); in doDocumentSamples()
872 setFormula( xSheet, "A6", "Insert values between 0.0 and 5.0 below:" ); in doDocumentSamples()
1002 xSheet.getCellByPosition( 6, 44 ).setFormula( "=ExampleName" ); in doNamedRangesSamples()
1003 xSheet.getCellByPosition( 7, 44 ).setFormula( "=ExampleName" ); in doNamedRangesSamples()
1038 xSheet.getCellByPosition( 8, 48 ).setFormula( "=Apples+Oranges" ); in doNamedRangesSamples()
1039 xSheet.getCellByPosition( 8, 49 ).setFormula( "=Apples+Oranges" ); in doNamedRangesSamples()