ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientPastedCell Property

In This Topic
    OnClientPastedCell Property (FlexSheet)
    In This Topic
    Occurs after the user has pasted content from the clipboard into a cell.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientPastedCell As String
    public virtual string OnClientPastedCell {get; set;}
    See Also