✅ How to change of property without setter?
I have
What I want: find TableCell, TextObject adn change their font family name.
I did following:
my code change full font now but I don't need this because I don't wanna change original font size!
I can do smth like this..
So what to do? I wanna change only font name
ObjectCollection with different objects: TableCell, TextObject etc.What I want: find TableCell, TextObject adn change their font family name.
I did following:
my code change full font now but I don't need this because I don't wanna change original font size!
I can do smth like this..
((reportObjects[i] as TableCell)! ).Font.Name = .. but Name is doesn't have any setter. So what to do? I wanna change only font name