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 > ColumnProperties > AutoFitWidth

AutoFitWidth Method



Signature:

public void AutoFitWidth ( )

Description:

Automatically sets the width of the column to the width of the widest cell value in the column.

Examples:

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



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.