[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetCellFromTag

GetCellFromTag Method

GetCellFromTag(Cell, object)

Gets a cell with a specific tag on the sheet.

Declaration
public Cell GetCellFromTag(Cell cellToStart, object tagToFind)
Public Function GetCellFromTag(cellToStart As Cell, tagToFind As Object) As Cell
Parameters
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

Returns
Type Description
Cell