ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow Namespace / CellInfo Class / Index Property






In This Topic
    Index Property (CellInfo)
    In This Topic
    Gets or sets the index of the column in the cell group's cells collection.
    Syntax
    'Declaration
     
    
    Public Overrides Property Index As System.Integer
    'Usage
     
    
    Dim instance As CellInfo
    Dim value As System.Integer
     
    instance.Index = value
     
    value = instance.Index
    public override System.int Index {get; set;}
    public read-write property Index: System.Integer; override; 
    public override function get,set Index : System.int
    public: __property System.int get_Index() override;
    public: __property void set_Index( 
       System.int value
    ) override;
    public:
    property System.int Index {
       System.int get() override;
       void set (    System.int value) override;
    }
    See Also