Spread Silverlight Documentation
GetNonEmptyColumns Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : GetNonEmptyColumns Method
Gets the non-empty columns.
Syntax
'Declaration
 
Function GetNonEmptyColumns() As System.Collections.Generic.List(Of IExcelColumn)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Collections.Generic.List(Of IExcelColumn)
 
value = instance.GetNonEmptyColumns()
System.Collections.Generic.List<IExcelColumn> GetNonEmptyColumns()

Return Value

A collection of IExcelColumn instances represents the non-empty columns
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members