Since I'll use table a lot for posting a code, I'll do some test with this post. Here it goes.
Table 1: Default Table
Code |
Using lgb As e.Graphics.FillRectangle(lgb, Me.ClientRectangle) End |
Table 2: Table with layout (Font Bold by default)
Code |
Using lgb As e.Graphics.FillRectangle(lgb, Me.ClientRectangle) End |
Table 3: Table with layout (Font changed back to normal)
Code |
Using lgb As e.Graphics.FillRectangle(lgb, Me.ClientRectangle) End |
Table 4: Table with layout (Font changed to normal and same font)
Code |
Using lgb As e.Graphics.FillRectangle(lgb, Me.ClientRectangle) End |
Table 5: Table with layout (Font changed to normal and same font and same size)
Code |
Using lgb As e.Graphics.FillRectangle(lgb, Me.ClientRectangle) End |
Ok. Lets see the result for now
No comments:
Post a Comment