Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / ClipboardText Property


In This Topic
    ClipboardText Property
    In This Topic
    Gets or sets the text explaining Clipboard operations for the mask cell.
    Syntax
    'Declaration
     
    Public Property ClipboardText As String
    'Usage
     
    Dim instance As MaskedEditCellType
    Dim value As String
     
    instance.ClipboardText = value
     
    value = instance.ClipboardText
    public string ClipboardText {get; set;}

    Property Value

    String containing the Clipboard text
    See Also