Collects the IColumn objects that represent the individual columns in a worksheet. More...
Inherits CollectionBase.
Public Member Functions | |
| virtual intrusive_ptr< Aspose::Cells::IColumn > | GetIColumn (Aspose::Cells::Systems::Int32 index)=0 |
| Gets the column object by the index. More... | |
| virtual intrusive_ptr< Aspose::Cells::IColumn > | GetIColumnByIndex (Aspose::Cells::Systems::Int32 index)=0 |
| Gets the IColumn object by the position in the list. More... | |
| virtual intrusive_ptr< Aspose::Cells::IColumn > | GetObjectByIndex (Aspose::Cells::Systems::Int32 columnIndex)=0 |
Gets a
object by column index. The Column object of given column index will be instantiated if it does not exist before. More... | |
Collects the IColumn objects that represent the individual columns in a worksheet.
|
pure virtual |
Gets the column object by the index.
| index |
NOTE: This member is now obsolete. Instead, please use GetIColumnByIndex(int) method.
|
pure virtual |
Gets the IColumn object by the position in the list.
| index | The position in the list. |
|
pure virtual |
Gets a
object by column index. The Column object of given column index will be instantiated if it does not exist before.