cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the Title Object of Matrix

Former Member
0 Kudos

Hi,

I would like to hide the title object of a UI Matrix. Also, it would be wonderful if anyone could advice me how to change the text style of a particular ro in a matrix.

I have used the following code.

-


oMatrix.Columns(0).Cells.Item(1).Specific.TextStyle = 1

-


However, this causes the text style of the whole column to be changed, insted of a particular row.

I'm using SBO 2004.

Thanks

Ajith

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi Ajith,

I don't know about any option to hide the title of a matrix. Why do you need this?

Regarding text style (or any other style like setting it to read-only) of a particular cell:

This is currently not possible as well. There are more requests like this, but apparently it will not be changed too soon.

Regards,

Frank

Former Member
0 Kudos

Thanks Frank,

Actually I need to create a matrix same as that of the the Contact Persons tab of the BP Master screen. If we look at the Matrix towards left side, we can see that it is not having the header object and also when we set a particular person as default, that row will be displayed bold...

Regards,

Ajith

Answers (0)