Change cell's WIDTH programmatically

  • Thread starter Thread starter Marat
  • Start date Start date
M

Marat

Hi
I've tried to change cell's WIDTH programmatically, but it
seems that this property is ReadOnly.
Is there any way that will allow me to change cell's WIDTH
programmatically, say from 100 pixels to 200 pixels?

TIA
 
You could always walk out the columnwidth property of the column until the
width property was approximately 200.
 
Back
Top