Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsBlockSelected Property


In This Topic
    IsBlockSelected Property
    In This Topic
    Gets whether a block of cells on this sheet is currently selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBlockSelected As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.IsBlockSelected
    public bool IsBlockSelected {get;}
    See Also