Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NEnumColumnFormat Class / CanCopy Method


In This Topic
    CanCopy Method (NEnumColumnFormat)
    In This Topic
    Determines whether the specified cell can copy its content on the clipboard.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanCopy( _
       ByVal cell As NDataCell _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEnumColumnFormat
    Dim cell As NDataCell
    Dim value As System.Boolean
     
    value = instance.CanCopy(cell)
    public override System.bool CanCopy( 
       NDataCell cell
    )

    Parameters

    cell
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also