GrapeCity.Xaml.Excel
GetEnumerator Method (ExcelWorksheetCollection)


return an enumerator that iterates through the underlying collection
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of IExcelWorksheet)
'Usage
 
Dim instance As ExcelWorksheetCollection
Dim value As IEnumerator(Of IExcelWorksheet)
 
value = instance.GetEnumerator()
public IEnumerator<IExcelWorksheet> GetEnumerator()

Return Value

a Enumerator for the collection
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheetCollection Class
ExcelWorksheetCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options