Spread for ASP.NET 12 Product Documentation
SetTag Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.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
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)
public void SetTag( 
   int row,
   int column,
   object 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

Reference

SheetView Class
SheetView Members