WarningInfoCollection indexer
__getitem__(index)
Gets an item at the specified index.
def __getitem__(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int | Zero-based index of the item. |
See Also
- module aspose.words
- class WarningInfoCollection