{description}
{excerpt}Sets the width of each of the columns within the area to the width of the widest cell value in that column within the bounds of the Area.{excerpt}
{signature:C#}
 public void AutoFitWidth()
{signature}{signature:vb.net}
Public Sub AutoFitWidth()
{signature}
{example}{code:csharp|title=C#}
a.AutoFitWidth();{code}
{code:vbnet|title=vb.net}
a.AutoFitWidth(){code}

{example}
{scrollbar}