GrapeCity.Xaml.Excel
GetNonEmptyColumns Method (IExcelWorksheet)


Gets the non-empty columns.
Syntax
'Declaration
 
Function GetNonEmptyColumns() As List(Of IExcelColumn)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As List(Of IExcelColumn)
 
value = instance.GetNonEmptyColumns()
List<IExcelColumn> GetNonEmptyColumns()

Return Value

A collection of IExcelColumn instances represents the non-empty columns
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options