'Declaration Property Columns As System.Collections.Generic.List(Of IExcelTableColumn)
'Usage Dim instance As IExcelTable Dim value As System.Collections.Generic.List(Of IExcelTableColumn) instance.Columns = value value = instance.Columns
System.Collections.Generic.List<IExcelTableColumn> Columns {get; set;}