LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Rows Property (GridViewLayout)







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

Property Value

Type: System.Int32 The number of rows.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridViewLayout Structure
GridViewLayout Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.