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.
15 lines
209 B
15 lines
209 B
15 years ago
|
|
||
|
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"
|