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

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