A
anita
I add a table in my documents but I want to avoid of wordwrapping in my
table
so I set ACell.WordWrap = false for all my cells but it doesnot still
working;
ATabel := ADoc.tables.Add(ARange, 2, 4, .....);
ATable.Rows.Item(1).Cells.Item(1) := 'very long text............';
ATable.Rows.Item(1).Cells.Item(1).WordWrap := False;
table
so I set ACell.WordWrap = false for all my cells but it doesnot still
working;
ATabel := ADoc.tables.Add(ARange, 2, 4, .....);
ATable.Rows.Item(1).Cells.Item(1) := 'very long text............';
ATable.Rows.Item(1).Cells.Item(1).WordWrap := False;