←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly