'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.