GrapeCity.Xaml.Excel
GetNonEmptyColumns Method (IExcelWriter)


the zero based sheet index used to locate the IExcelWorksheet instance
Get all non empty columns in the specified sheet.
Syntax
'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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options