FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetTag Method
Row index (Set to -1 for all rows)
Column index (Set to -1 for all columns)
Tag value for the specified cell, column, row, or sheet


In This Topic
SetTag Method (SheetView)
In This Topic
Sets the application-defined tag value for the specified cell, column, row, or entire sheet.
Syntax
'Declaration
 
Public Sub SetTag( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As Object
 
instance.SetTag(row, column, value)

Parameters

row
Row index (Set to -1 for all rows)
column
Column index (Set to -1 for all columns)
value
Tag value for the specified cell, column, row, or sheet
See Also