RangeCoordinates.Row Property
Gets or sets the top row (0-based).
Namespace: Microsoft.Office.Excel.Server.WebServices
Assembly: Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)
Syntax
'Declaration
Public Property Row As Integer
Get
Set
'Usage
Dim instance As RangeCoordinates
Dim value As Integer
value = instance.Row
instance.Row = value
public int Row { get; set; }
Property Value
Type: System.Int32
The top row.
Remarks
To see a code sample, see the "How to: Set Values of Ranges" topic.