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

AllRowsHeight Property


C# Signature:

VB.NET Signature:


Description:

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

AllRowsHeight is a write only property.



Examples:

[csharp]
a.AllRowsHeight = 30;
[vbnet]
a.AllRowsHeight = 30


Setter

Signature:

public void AllRowsHeight double height

Type:

double



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.