Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.28
|
Leadtools.Forms.Processing Namespace > TableFormFieldResult Class : Rows Property |
public List<TableFormRow> Rows {get;}
'Declaration Public ReadOnly Property Rows As List(Of TableFormRow)
'Usage Dim instance As TableFormFieldResult Dim value As List(Of TableFormRow) value = instance.Rows
public: property List<TableFormRow^>^ Rows { List<TableFormRow^>^ get(); }