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

GetRowHeight Method



Signature:

public double GetRowHeight ( int rowIndex )

Description:

Returns 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.

Returns:

double The height of the row, in points.

Examples:

[csharp]
double rowHeight = a.GetRowHeight(0);
[vbnet]
Dim rowHeight As Double = a.GetRowHeight(0)



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.