GrapeCity.Xaml.Excel
GetNonEmptyRows Method (ExcelWorksheet)


Gets the non-empty rows.
Syntax
'Declaration
 
Public Function GetNonEmptyRows() As List(Of IExcelRow)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As List(Of IExcelRow)
 
value = instance.GetNonEmptyRows()
public List<IExcelRow> GetNonEmptyRows()

Return Value

A collection of IExcelRow instances represents the non-empty rows
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options