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

FirstRow Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the 0-based number of the first row within the rectangular area of cells.

FirstRow is a read only property.



Examples:

[csharp]
// Get FirstRow
int row = a.FirstRow;

// Set FirstRow
a.FirstRow = 5;
[vbnet]
' Get FirstRow
Dim row As Integer = a.FirstRow

' Set FirstRow
a.FirstRow = 5


Getter

Signature:

public int FirstRow

Returns:

int The 0-based number of the first row within the specified area.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.