Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Worksheet Class / Cols Property

In This Topic
    Cols Property
    In This Topic
    The column definitions in the worksheet.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonIgnoreAttribute()>
    <ObsoleteAttribute("This property has been deprecated. Use the Columns property instead.")>
    Public ReadOnly Property Cols As List(Of Column)
    [Newtonsoft.Json.JsonIgnore()]
    [Obsolete("This property has been deprecated. Use the Columns property instead.")]
    public List<Column> Cols {get;}
    See Also