Spread Silverlight Documentation
SheetNames Property (IExternalWorkbookInfo)


GrapeCity.Excel Namespace > IExternalWorkbookInfo Interface : SheetNames Property
Get the collection of sheet names of the external workbook
Syntax
'Declaration
 
ReadOnly Property SheetNames As System.Collections.Generic.List(Of String)
'Usage
 
Dim instance As IExternalWorkbookInfo
Dim value As System.Collections.Generic.List(Of String)
 
value = instance.SheetNames
System.Collections.Generic.List<string> SheetNames {get;}
See Also

Reference

IExternalWorkbookInfo Interface
IExternalWorkbookInfo Members