Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.