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(); }