ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / CellRange Class / Row Property






In This Topic
    Row Property (CellRange)
    In This Topic
    Gets or sets the index of the first row in this range.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(-1)>
    Public Property Row As System.Integer
    'Usage
     
    
    Dim instance As CellRange
    Dim value As System.Integer
     
    instance.Row = value
     
    value = instance.Row
    [System.ComponentModel.DefaultValue(-1)]
    public System.int Row {get; set;}
    public read-write property Row: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(-1)
    public function get,set Row : System.int
    [System.ComponentModel.DefaultValue(-1)]
    public: __property System.int get_Row();
    public: __property void set_Row( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(-1)]
    public:
    property System.int Row {
       System.int get();
       void set (    System.int value);
    }
    See Also