[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ISheetDataModel.SetTag

SetTag Method

SetTag(int, int, object)

Sets the application data associated with the cell at the specified row and column.

Declaration
void SetTag(int row, int column, object value)
Sub SetTag(row As Integer, column As Integer, value As Object)
Parameters
Type Name Description
int row

Row index

int column

Column index

object value

Data to associate with cell