Share via


ExternalBook.SheetNames Property

Supporting Workbook Sheet Names.Represents the element tag in schema: x:sheetNames

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SheetNames As SheetNames
    Get
    Set
'Usage
Dim instance As ExternalBook
Dim value As SheetNames

value = instance.SheetNames

instance.SheetNames = value
public SheetNames SheetNames { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetNames
Returns SheetNames.

See Also

Reference

ExternalBook Class

ExternalBook Members

DocumentFormat.OpenXml.Spreadsheet Namespace