Skip to content

262951-How to set the font size for the text of the highlighted rows#557

Merged
MathanKumarVaradhaRajaPerumal merged 4 commits into
mainfrom
262951-Fontsize
Jun 15, 2026
Merged

262951-How to set the font size for the text of the highlighted rows#557
MathanKumarVaradhaRajaPerumal merged 4 commits into
mainfrom
262951-Fontsize

Conversation

@GOPINATH-SF4767

Copy link
Copy Markdown
Collaborator

Description
Added sample for How to set the font size for the text of the highlighted rows

// Get character format of the text
WCharacterFormat charFormat = textRange.CharacterFormat;
//Checks whether text has highlightcolor
if (!charFormat.HighlightColor.IsEmpty)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WHy this condition needed

@MathanKumarVaradhaRajaPerumal MathanKumarVaradhaRajaPerumal merged commit 87b7556 into main Jun 15, 2026
1 check failed
@MathanKumarVaradhaRajaPerumal MathanKumarVaradhaRajaPerumal deleted the 262951-Fontsize branch June 15, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants