Share via


RangeCoordinates.Height property

Gets or sets the number of rows.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Property Height As Integer
    Get
    Set
'Usage
Dim instance As RangeCoordinates
Dim value As Integer

value = instance.Height

instance.Height = value
public int Height { get; set; }

Property value

Type: System.Int32
The corresponding number of rows.

Remarks

To see a code sample, see the "How to: Set Values of Ranges" topic.

See also

Reference

RangeCoordinates class

RangeCoordinates members

Microsoft.Office.Excel.Server.WebServices namespace