Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Cell Class / RowSpan Property

In This Topic
    RowSpan Property
    In This Topic
    Gets or sets the number of rows the cell occupies.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute(1)>
    Public Property RowSpan As Integer
    [XmlAttribute()]
    [DefaultValue(1)]
    public int RowSpan {get; set;}
    See Also