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

RowCount Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the number of rows in the area.

RowCount is a read only property.



Examples:

[csharp]
// Get FirstCount
int rows = a.RowCount;

// Set FirstCount
a.RowCount = 7;
[vbnet]
' Get FirstCount
Dim rows As Integer = a.RowCount

' Set FirstCount
a.RowCount = 7


Getter

Signature:

public int RowCount

Returns:

int

The number of row within the specified area.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.