[]
Gets a cell with a specific tag on the sheet.
public Cell GetCellFromTag(Cell cellToStart, object tagToFind)
Public Function GetCellFromTag(cellToStart As Cell, tagToFind As Object) As Cell
| Type | Name | Description |
|---|---|---|
| Cell | cellToStart | Cell object in Cells collection from which to start (pass null to start from beginning) |
| object | tagToFind | Tag object to identify the Cell you are looking for |
| Type | Description |
|---|---|
| Cell |