GridViewLayout Constructor

Summary
Initializes a new instance of the GridViewLayout structure.
Syntax
C#
VB
C++
public GridViewLayout( 
   int rows, 
   int columns 
) 
  
Public Function New( _ 
   ByVal rows As Integer, _ 
   ByVal columns As Integer _ 
) 
public: 
GridViewLayout(  
   int rows, 
   int columns 
) 

Parameters

rows
Type: System.Int32 The number of rows.

columns
Type:System.Int32 The number of columns.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.