ListObjectCollection

ListObjectCollection

Overview

ListObjectCollection is a class in Aspose.Cells FOSS for .NET. Inherits from: IListObjectOwner.

Represents the collection of Excel tables on a worksheet.

This class provides 2 methods for working with ListObjectCollection objects in .NET programs. Available methods include: Add, RemoveAt. All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package. Properties: Count.

Description

ListObjectCollection is a class in the Aspose.Cells FOSS library for .NET that exposes 3 methods and 1 property for programmatic use. It extends IListObjectOwner, inheriting shared functionality from its parent type.

The class also provides the Count property (gets the count).

Properties

NameTypeAccessDescription
CountintReadGets the count.

Methods

SignatureDescription
Add(startRow: int, startColumn: int, endRow: int, endColumn: int, hasHeaders: bool)Adds a new table covering the specified zero-based range and returns its index.
Add(startCellName: string, endCellName: string, hasHeaders: bool)Adds a new table covering the specified zero-based range and returns its index.
RemoveAt(index: int)Removes the table at the specified zero-based index, leaving cell data in place.

See Also