Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Area > AutoFitWidth

AutoFitWidth Method



Signature:

public void AutoFitWidth ( )

Description:

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.

Examples:

[csharp]
a.AutoFitWidth();
[vbnet]
a.AutoFitWidth()



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.