Spread Silverlight Documentation
SheetNames Property (ExternalWorkbookInfo)


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

Reference

ExternalWorkbookInfo Class
ExternalWorkbookInfo Members