WorksheetListObjects Property |
Gets all ListObjects in this worksheet.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic ListObjectCollection ListObjects { get; }
Public ReadOnly Property ListObjects As ListObjectCollection
Get
public:
property ListObjectCollection^ ListObjects {
ListObjectCollection^ get ();
}
member ListObjects : ListObjectCollection with get
Property Value
Type:
ListObjectCollection
See Also