ListColumnCollection.Item
ListColumnCollection indexer (1 of 2)
Gets the ListColumn by the index.
public ListColumn this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
the ListColumn object.
See Also
- class ListColumn
- class ListColumnCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells
ListColumnCollection indexer (2 of 2)
Gets the ListColumn by the name.
public ListColumn this[string name] { get; }
Parameter | Description |
---|---|
name | The name of the ListColumn |
Return Value
The ListColumn object.
See Also
- class ListColumn
- class ListColumnCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells