get_by_index method

get_by_index

Gets the column object by the index.

Returns

Returns the column object.

def get_by_index(self, index):
    ...
ParameterTypeDescription
indexint

Remarks

NOTE: This member is now obsolete. Instead, please use Columns.GetColumnByIndex() method. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

See Also