'Table' does not contain a definition for 'BorderS
I am trying to create a table but getting following compile time error:
Error: 'Table' does not contain a definition for 'BorderStyle'
can anyone help please.
Here are my code for review:
Table tbl = new Table();
tbl.BorderStyle = BorderStyle.Solid; //Error at this line
tbl.BorderColor = Color.Black;
tbl.CellSpacing = 0;
Thanks,
A.Asif
__________________
A.Asif
|