.NET Framework Class Library
XLSX.PageList Property
<< Click to Display Table of Contents >> XLSX.PageList Property |
Namespace: Gnostice.Documents.Sheets
Assembly: Gnostice.Documents (in Gnostice.Documents.dll)
Visual Basic |
Public Property PageList As List(Of SpreadSheetPage) |
C# |
public List<SpreadSheetPage> PageList { get; set; } |
Visual C++ |
public: |