Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Row Class / Height Property

In This Topic
    Height Property (Row)
    In This Topic
    Gets or sets the height of the row (points).
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonConverterAttribute(C1.Web.Api.Excel.FloatRoundConverter)>
    <XmlAttributeAttribute()>
    <DefaultValueAttribute(-1)>
    Public Property Height As Integer
    [Newtonsoft.Json.JsonConverter(C1.Web.Api.Excel.FloatRoundConverter)]
    [XmlAttribute()]
    [DefaultValue(-1)]
    public int Height {get; set;}
    See Also