ComponentOne Web API Edition
Cols Property

C1.Web.Api.Excel Namespace > Worksheet Class : Cols Property
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

Reference

Worksheet Class
Worksheet Members