Greetings All,
Is there any way that the text that i am entrering into Block can be formated for Underline and Strikethrough .
I was able to achieve other properties like Bold , Italix with statements like
block testblock =testCell.Blocks.AddBlock();
testblock. TextProperties.Font = FontsRepository.TimesItalic;