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

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