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