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 > TableFormField Class : Columns Property |
public List<TableColumn> Columns {get; set;}
'Declaration Public Property Columns As List(Of TableColumn)
'Usage Dim instance As TableFormField Dim value As List(Of TableColumn) instance.Columns = value value = instance.Columns
public: property List<TableColumn^>^ Columns { List<TableColumn^>^ get(); void set ( List<TableColumn^>^ value); }