ASP.NET Core 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 System.Collections.Generic.List(Of Column)
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As System.Collections.Generic.List(Of Column)
     
    value = instance.Columns
    [Json(false)]
    public System.Collections.Generic.List<Column> Columns {get;}
    public read-only property Columns: System.Collections.Generic.List; 
    JsonAttribute()
    public function get Columns : System.Collections.Generic.List
    [Json(false)]
    public: __property System.Collections.Generic.List<Column*>* get_Columns();
    [Json(false)]
    public:
    property System.Collections.Generic.List<Column^>^ Columns {
       System.Collections.Generic.List<Column^>^ get();
    }
    See Also