Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / GetTag Method
Row index
Column index


In This Topic
    GetTag Method (BaseSheetDataModel)
    In This Topic
    Gets the application data for a cell at a specified row and column.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetTag( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As BaseSheetDataModel
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetTag(row, column)
    public virtual object GetTag( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index
    See Also