Question
How to get name of table cell ? Also, how to set name and label property on table itself?
I am trying to use below API:
PMString tableName = "myTable";
ErrorCode error = Utils<Facade::IPageItemNameFacade>()->SetUserAssignedPageItemName(tableUIDRef, tableName);
But this is not setting up the table name, also I am getting error = 1.
Also, I am not getting the API to get the name of table cell(which is the read only property)