MATLAB: Uitable’s properties

tableuitable

Hi,
I want to know which are the properties of uitable with Matlab R2007b. I have tested with several properties that it appear in the user's guide, but I can't run them.
thanks
regards

Best Answer

you can simply check the set of properties via:
hT=uitable;
get(hT)