You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/dcoppython/test/test3.py

15 lines
209 B

import pcop
import pydcop
app = pydcop.anyAppCalled("kspread")
table = app.default.getViews()[0]
table.setSelection( ( 2, 2, 4, 6 ) )
table.setSelectionBgColor( (100, 100, 240) )
print rect
print "done"