Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / IsSelected Property


In This Topic
    IsSelected Property
    In This Topic
    Gets a boolean value indicating whether the cell is in a selected state.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsSelected As Boolean
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Boolean
     
    value = instance.IsSelected
    bool IsSelected {get;}
    See Also