'Declaration
Public ReadOnly Property Row As System.Integer
'Usage
Dim instance As HeaderTemplateCell Dim value As System.Integer value = instance.Row
public System.int Row {get;}
public read-only property Row: System.Integer;
public function get Row : System.int
public: __property System.int get_Row();
public: property System.int Row { System.int get(); }