Setting FontData.Bold via Appearance object on cell
New DiscussionGood Morning guys,
I am trying to create an Appearance object with the FontData.Bold property set to true and assign this object to a Cell using the UltraGrid.
var b new Appearance(“a1”);
b.Data.FontData.Bold = DefaultableBoolean.True;
_grid.DisplayLayout.Appearances.Add(b);
_grid.Rows[0].Cells[2].Appearance = _grid.DisplayLayout.Appearances[“a1”];
This fails to work.
Thanks
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
2 Created On
Feb 15, 2017 Last Post
9 years ago