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 > Cell > RowNumber

RowNumber Property


C# Signature:

VB.NET Signature:


Description:

Returns the cell's 0-based row number.

RowNumber is a read only property.



Examples:

[csharp]
int row = cellA1.RowIndex;
[vbnet]
Dim row As Integer = cellA1.RowIndex


Getter

Signature:

public int RowNumber

Returns:

int The cell's 0-based row number.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.