Gets or sets the number of rows in the menu.
            
            
            
            
            
            
            
            public int Rows {get; set;}
             
        
            
            'Declaration
 
Public Property Rows As Integer
             
        
            
            'Usage
 
Dim instance As LayoutSelectorToolStripMenuItem
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
             
        
            
        
            
        
            
            public: __property int get_Rows();
public: __property void set_Rows( 
   int value
);
             
        
            
            public:
property int Rows {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
The number of rows in the menu.