Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / IsSelectSingleCell Method


In This Topic
    IsSelectSingleCell Method
    In This Topic
    Gets a boolean value indicating whether there is only one selected cell.
    Syntax
    'Declaration
     
    
    Public Function IsSelectSingleCell() As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    value = instance.IsSelectSingleCell()
    public bool IsSelectSingleCell()

    Return Value

    true if there is only one selected cell; otherwise, false.
    See Also