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 > AutoFitHeight

AutoFitHeight Method



Signature:

public void AutoFitHeight ( )

Description:

Sets the height of each of the rows within the area to the height of the highest cell value in that row within the bounds of the Area.

Examples:

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



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.