Home
last modified time | relevance | path

Searched refs:nDblValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs75 double nDblValue = xCell.getValue() * 2; in doSampleFunction()
76 xSheet.getCellByPosition( 0, 1 ).setValue( nDblValue ); in doSampleFunction()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java75 double nDblValue = xCell.getValue() * 2; in doSampleFunction() local
76 xSheet.getCellByPosition( 0, 1 ).setValue( nDblValue ); in doSampleFunction()

Completed in 16 milliseconds