Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ClipContent Enumeration


In This Topic
    ClipContent Enumeration
    In This Topic
    Specifies how the literal in content will be held in the clipboard.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum ClipContent 
       Inherits System.Enum
    'Usage
     
    Dim instance As ClipContent
    [Serializable()]
    public enum ClipContent : System.Enum 
    Members
    MemberDescription
    ExcludeLiteralsLiterals is excluded when copy or cut text into clipboard.
    IncludeLiteralsLiterals is included when copy or cut text into clipboard.
    Remarks
    The inserting or replacing text will include or exclude literals.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClipContent

    See Also