ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Worksheet Class / Columns Property

In This Topic
    Columns Property (Worksheet)
    In This Topic
    Gets the column definitions in the worksheet.
    Syntax
    'Declaration
     
    
    <JsonAttribute(False)>
    Public ReadOnly Property Columns As List(Of Column)
    [Json(false)]
    public List<Column> Columns {get;}
    See Also