[]
Gets a column on this sheet with a specific tag.
public Column GetColumnFromTag(Column columnToStart, object tagToFind)
Public Function GetColumnFromTag(columnToStart As Column, tagToFind As Object) As Column
| Type | Name | Description |
|---|---|---|
| Column | columnToStart | Column object in Columns collection from which to start (pass null to start from beginning) |
| object | tagToFind | Tag object to identify the Column you are looking for |
| Type | Description |
|---|---|
| Column |