ComponentOne Web API Edition
Height Property (Row)

C1.Web.Api.Excel Namespace > Row Class : Height Property
Gets or sets the height of the row (points).
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<Newtonsoft.Json.JsonConverterAttribute(ConverterType=C1.Web.Api.Excel.FloatRoundConverter, ConverterParameters=)>
<DefaultValueAttribute()>
Public Property Height As Integer
[XmlAttribute()]
[Newtonsoft.Json.JsonConverter(ConverterType=C1.Web.Api.Excel.FloatRoundConverter, ConverterParameters=)]
[DefaultValue()]
public int Height {get; set;}
See Also

Reference

Row Class
Row Members