Aspose::Cells::Tables::IListColumnCollection Class Referenceabstract

Represents A collection of all the ListColumn objects in the specified ListObject object. More...

Inherits CollectionBase.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Tables::IListColumnGetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0
 Gets the IListColumn by the index. More...
 
virtual intrusive_ptr< Aspose::Cells::Tables::IListColumnGetObjectByIndex (intrusive_ptr< Aspose::Cells::Systems::String > name)=0
 Gets the IListColumn by the name. More...
 

Detailed Description

Represents A collection of all the ListColumn objects in the specified ListObject object.

Member Function Documentation

◆ GetObjectByIndex() [1/2]

virtual intrusive_ptr<Aspose::Cells::Tables::IListColumn> Aspose::Cells::Tables::IListColumnCollection::GetObjectByIndex ( Aspose::Cells::Systems::Int32  index)
pure virtual

Gets the IListColumn by the index.

Parameters
indexThe index.
Returns
the IListColumn object.

◆ GetObjectByIndex() [2/2]

virtual intrusive_ptr<Aspose::Cells::Tables::IListColumn> Aspose::Cells::Tables::IListColumnCollection::GetObjectByIndex ( intrusive_ptr< Aspose::Cells::Systems::String >  name)
pure virtual

Gets the IListColumn by the name.

Parameters
nameThe name of the ListColumn
Returns
The IListColumn object.