Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCellFromTag Method
Cell object in Cells collection from which to start (pass null to start from beginning)
Tag object to identify the cell you are looking for


In This Topic
GetCellFromTag Method
In This Topic
Gets a cell with a specific tag on the sheet.
Syntax
'Declaration
 
Public Function GetCellFromTag( _
   ByVal cellToStart As Cell, _
   ByVal tagToFind As Object _
) As Cell
 
'Usage
 
Dim instance As SheetView
Dim cellToStart As Cell
Dim tagToFind As Object
Dim value As Cell
 
value = instance.GetCellFromTag(cellToStart, tagToFind)

Parameters

cellToStart
Cell object in Cells collection from which to start (pass null to start from beginning)
tagToFind
Tag object to identify the cell you are looking for
See Also