Jun 3, 2016

hide Spotfire data table column using python script

from Spotfire.Dxp.Application.Visuals import CrossTablePlot
crossTable = ct.As[CrossTablePlot]()
#toggle height between 100 and 300
crossTable.RowHeaderWidths[0]=0
crossTable.RowHeaderWidths[1]=0

No comments: