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

SetRowHeight Method



Signature:

public void SetRowHeight ( int rowIndex , double height )

Description:

Sets the height - in points (1/72 of an inch) - of the specified row. When converted to character widths, this must be a value that is between 0 - 409.

Parameters:

rowIndex     The 0-based index of the row, relative to the first row in the area.
height     The height of the row, in points.

Examples:

[csharp]
a.SetRowHeight(0, 30);
[vbnet]
a.SetRowHeight(0, 30)



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.