Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleGrid Class / SingleSelectCell Method


In This Topic
    SingleSelectCell Method
    In This Topic
    Selects the given grid cell and deselects all others.
    Syntax
    'Declaration
     
    
    Public Sub SingleSelectCell( _
       ByVal cell As NScheduleGridCell _
    ) 
    'Usage
     
    
    Dim instance As NScheduleGrid
    Dim cell As NScheduleGridCell
     
    instance.SingleSelectCell(cell)
    public void SingleSelectCell( 
       NScheduleGridCell 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