Created
December 11, 2019 20:49
-
-
Save mdshw5/b129a061d602cbd93d236f1710b97c69 to your computer and use it in GitHub Desktop.
Spotfire scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Spotfire.Dxp.Application.Visuals import VisualContent | |
vc = vis.As[VisualContent]() | |
dataTable=vc.Data.DataTableReference | |
marking=vc.Data.MarkingReference | |
marking.SetSelection(marking.GetSelection(dataTable),dataTable) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment