Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
essejhsif committed Jun 5, 2015
1 parent f3f67c6 commit 0361e38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clear_marking.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from Spotfire.Dxp.Data import DataManager
from Spotfire.Dxp.Data import IndexSet
from Spotfire.Dxp.Data import RowSelection

marking=Application.GetService[DataManager]().Markings[markingName]
selectRows = IndexSet(dataTable.RowCount, False)
marking.SetSelection(RowSelection(selectRows),dataTable)

0 comments on commit 0361e38

Please sign in to comment.