Spread WPF Documentation
GetCells Method


the zero based sheet index used to locate the IExcelWorksheet instance
A collection of IExcelCell instances used to represents cells used in the sheet
Get all non empty cells used in the specified sheet.
Syntax
'Declaration
 
Function GetCells( _
   ByVal sheet As System.Short, _
   ByVal cells As System.Collections.Generic.List(Of IExcelCell) _
) As System.Boolean
'Usage
 
Dim instance As IExcelWriter
Dim sheet As System.Short
Dim cells As System.Collections.Generic.List(Of IExcelCell)
Dim value As System.Boolean
 
value = instance.GetCells(sheet, cells)
System.bool GetCells( 
   System.short sheet,
   System.Collections.Generic.List<IExcelCell> cells
)

Parameters

sheet
the zero based sheet index used to locate the IExcelWorksheet instance
cells
A collection of IExcelCell instances used to represents cells used in the sheet
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.