Rows Property

Summary

Gets or sets the number of rows.

Syntax
C#
VB
C++
public int Rows { get; set; } 
  
Public Property Rows As Integer 
            public: 
property int Rows { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of rows.The maximum allowed number of rows is 8.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly