←Select platform

Rows Property

Summary
Gets the recognized list of TableFormRow in the table.
Syntax
C#
VB
C++
Java
public List<TableFormRow> Rows { get; } 
  
Public ReadOnly Property Rows As List(Of TableFormRow) 
public java.util.List<TableFormRow> getRows(); 
public: 
property List<TableFormRow^>^ Rows { 
   List<TableFormRow^>^ get(); 
} 

Property Value

List of recognized TableFormRow in the table.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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