Skip to content

Instantly share code, notes, and snippets.

@mdshw5
Created December 11, 2019 20:49
Show Gist options
  • Save mdshw5/b129a061d602cbd93d236f1710b97c69 to your computer and use it in GitHub Desktop.
Save mdshw5/b129a061d602cbd93d236f1710b97c69 to your computer and use it in GitHub Desktop.
Spotfire scripts
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