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::IListColumn > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Gets the IListColumn by the index. More... | |
virtual intrusive_ptr< Aspose::Cells::Tables::IListColumn > | GetObjectByIndex (intrusive_ptr< Aspose::Cells::Systems::String > name)=0 |
Gets the IListColumn by the name. More... | |
Represents A collection of all the ListColumn objects in the specified ListObject object.
|
pure virtual |
|
pure virtual |
Gets the IListColumn by the name.
name | The name of the ListColumn |