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

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > RowProperties > AutoFitHeight

AutoFitHeight Method



Signature:

public void AutoFitHeight ( )

Description:

Sets the width of the row to the height of the tallest cell value in the row.

Examples:

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



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.