Spread Silverlight Documentation
GetCells Method


GrapeCity.Excel Namespace > IExcelWriter Interface : 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
See Also

Reference

IExcelWriter Interface
IExcelWriter Members