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






In This Topic
    Col Property (CellPosition)
    In This Topic
    Gets or sets the horizontal coordinate.
    Syntax
    'Declaration
     
    
    Public Property Col As System.Integer
    'Usage
     
    
    Dim instance As CellPosition
    Dim value As System.Integer
     
    instance.Col = value
     
    value = instance.Col
    public System.int Col {get; set;}
    public read-write property Col: System.Integer; 
    public function get,set Col : System.int
    public: __property System.int get_Col();
    public: __property void set_Col( 
       System.int value
    );
    public:
    property System.int Col {
       System.int get();
       void set (    System.int value);
    }
    See Also