Partilhar via


ExternalBook.SheetDataSet Property

Cached Worksheet Data.Represents the element tag in schema: x:sheetDataSet

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

Syntax

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

value = instance.SheetDataSet

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetDataSet
Returns SheetDataSet.

See Also

Reference

ExternalBook Class

ExternalBook Members

DocumentFormat.OpenXml.Spreadsheet Namespace