Spread for ASP.NET 11 Product Documentation
ClipboardText Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MaskedEditCellType Class : ClipboardText Property
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

Reference

MaskedEditCellType Class
MaskedEditCellType Members