saminda roshan Posted June 15, 2019 Share Posted June 15, 2019 I try to change row height(Not Header) of cross table in Spotfire. This is my Iron Python script code.(Here I try to change the first row's height as to 50). But it gives me an error. from Spotfire.Dxp.Application.Visuals import CrossTablePlot vis.AsCrossTablePlot.CellHeight[0]=50 Any Idea Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted June 17, 2019 Share Posted June 17, 2019 Your code should be as below vis.As[CrossTablePlot]().CellHeight=100 Link to comment Share on other sites More sharing options...
saminda roshan Posted December 15, 2019 Author Share Posted December 15, 2019 file Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now