Cell Paddings cannot be specified individually?

When I try to set an individual cell''s padding (table.Rows[0].Cells[0].CellFormat.Paddings.Left, for example), it ends up impacting more than just that cell.

1 Reply

BT Bhagya T Syncfusion Team August 31, 2006 06:17 AM UTC

Hi Scott,

I am unable to reproduce the issue you have mentioned. Individual cell padding is set using the following code:

table.Rows[0].Cells[0].CellFormat.Paddings.Left = 40;

Here is a sample for your reference:

Cell_Padding.zip


Please take a look and let me know if you have any other questions.

Thanks,
Bhagya.

Loader.
Up arrow icon