Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetTag Method


In This Topic
    ResetTag Method (Cell)
    In This Topic
    Resets the tag for the cell to empty.
    Syntax
    'Declaration
     
    
    Public Sub ResetTag() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetTag()
    public void ResetTag()
    See Also