VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentEditor Class / Sheets Property
Syntax Requirements SeeAlso
In This Topic
    Sheets Property (XlsxDocumentEditor)
    In This Topic
    Gets all sheets, which are contained in XLSX document.
    Syntax
    'Declaration
    
    Public ReadOnly Property Sheets As XlsxDocumentSheet[]
    
    
    public XlsxDocumentSheet[] Sheets { get; }
    
    
    public: __property XlsxDocumentSheet*[] get_Sheets();
    
    
    
    public:
    property XlsxDocumentSheet^[] Sheets { XlsxDocumentSheet^[] get(); }

    Return Value

    An array that contains all sheets, which are contained in XLSX document.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also