[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetAxisModel.SetTag

SetTag Method

SetTag(int, object)

Sets the data associated with the specified row or column. (This implementation does nothing.)

Declaration
public virtual void SetTag(int index, object value)
Public Overridable Sub SetTag(index As Integer, value As Object)
Parameters
Type Name Description
int index

Row or column index

object value

Object that contains data to associate with a specified row or column

Implements