'Declaration Function GetNonEmptyColumns( _ ByVal sheet As Short _ ) As List(Of IExcelColumn)
'Usage Dim instance As IExcelWriter Dim sheet As Short Dim value As List(Of IExcelColumn) value = instance.GetNonEmptyColumns(sheet)
List<IExcelColumn> GetNonEmptyColumns( short sheet )
Parameters
- sheet
- the zero based sheet index used to locate the IExcelWorksheet instance
Return Value
A collection of IExcelColumn contains all non empty columns