Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / FrozenPane Class / Rows Property

In This Topic
    Rows Property (FrozenPane)
    In This Topic
    Gets or sets the frozen row index.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute(0)>
    Public Property Rows As Integer
    [XmlAttribute()]
    [DefaultValue(0)]
    public int Rows {get; set;}
    See Also