Accessing the top left corner of uitable in MATLAB !

3 views (last 30 days)
In uitable, I want to access the cell above the row labels and to the left of the column labels. I want to put some text in that area. Can this be done?

Accepted Answer

Walter Roberson
Walter Roberson on 21 Dec 2015
Unless you access the Java level, all you can do is uicontrol('style', 'text') in a Position that happens to be over that header location.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!