Hi,
i have some questions with my following example:
I create a table with only 1 column.
1. Row 1.Column
builder.CellFormat.Borders.Bottom.LineStyle = Aspose.Words.LineStyle.Single
2. Row 2. Column
builder.CellFormat.Borders.Top.LineStyle = Aspose.Words.LineStyle.None
What is displayed in Word ? Is the Bottom-Border overwritten by the Top-Border ?
Is there any rule i can find ?
Regards,
Guido
Hi
Guido,
Thanks for the inquiry and sorry for delay response. Yes, you are right. Bottom-Border will be overwritten by the Top-Border. For more details please visit documentation here.
I hope this will help.