List<IExcelCell> GetNonEmptyCells( int row )
'Declaration Function GetNonEmptyCells( _ ByVal row As Integer _ ) As List(Of IExcelCell)
'Usage Dim instance As IExcelWorksheet Dim row As Integer Dim value As List(Of IExcelCell) value = instance.GetNonEmptyCells(row)
Target Platforms: Windows Server 2012, Windows RT
IExcelWorksheet Interface IExcelWorksheet Members
Copyright © GrapeCity, inc. All rights reserved.