Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadActions Class / ClearSelectedCells Field


In This Topic
    ClearSelectedCells Field
    In This Topic
    Removes all of the contents of the selected cell. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ClearSelectedCells As Object
    'Usage
     
    
    Dim value As Object
     
    value = SpreadActions.ClearSelectedCells
    public static readonly object ClearSelectedCells
    See Also