[]
        
(Showing Draft Content)

C1.Web.Api.Excel.Worksheet.Cols

Cols Property

Cols

The column definitions in the worksheet.

Declaration
[JsonIgnore]
[Obsolete("This property has been deprecated. Use the Columns property instead.")]
public List<Column> Cols { get; }
<JsonIgnore>
<Obsolete("This property has been deprecated. Use the Columns property instead.")>
Public ReadOnly Property Cols As List(Of Column)