←Select platform

Rows Property

Summary

Gets the recognized list of TableFormRow in the table.

Syntax

C#
VB
C++
public List<TableFormRow> Rows { get; } 
  
Public ReadOnly Property Rows As List(Of TableFormRow) 
public: 
property List<TableFormRow^>^ Rows { 
   List<TableFormRow^>^ get(); 
} 

Property Value

List of recognized TableFormRow in the table.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly