Search found 2 matches

by totaldecodes
Wed Mar 25, 2009 9:34 am
Forum: Support
Topic: insertrows and font size
Replies: 3
Views: 9426

Hi Sergey It seems to be a bit more complicated than that. The document I am formatting was saved using a different program to the one reformatting it. I have had to use the following line of code to fix it. ItemsTable.Cells[RowCount, 0].GetRVStyle.TextStyles[0].Size:= 8; ItemsTable is a ...
by totaldecodes
Tue Mar 24, 2009 1:12 am
Forum: Support
Topic: insertrows and font size
Replies: 3
Views: 9426

insertrows and font size

When calling insertrows on a table the font size defaults to 10 even though none of the styles have this font size. How do I make the cells default to a font size of 8 when inserting rows.