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






In This Topic
    Columns Property (FlexSheet)
    In This Topic
    This property is not recommended for FlexSheet.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Columns As System.Collections.Generic.IList(Of Column)
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.Collections.Generic.IList(Of Column)
     
    value = instance.Columns
    public override System.Collections.Generic.IList<Column> Columns {get;}
    public read-only property Columns: System.Collections.Generic.IList; override; 
    public override function get Columns : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<Column*>* get_Columns() override;
    public:
    property System.Collections.Generic.IList<Column^>^ Columns {
       System.Collections.Generic.IList<Column^>^ get() override;
    }
    See Also