Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetTag Method
Example


In This Topic
    ResetTag Method
    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()
    Example
    This example uses the ResetTag method.
    See Also