Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Column Class / Width Property

In This Topic
    Width Property (Column)
    In This Topic
    Gets or sets the width of the column (pixels or characters width 'ch' suffix).
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute("")>
    Public Property Width As String
    [XmlAttribute()]
    [DefaultValue("")]
    public string Width {get; set;}
    See Also