Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / ClearSource Property


In This Topic
    ClearSource Property
    In This Topic
    Gets a boolean value indicates whether the source range will be clear.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ClearSource As Boolean
    'Usage
     
    
    Dim instance As RangeActionsCommand
    Dim value As Boolean
     
    value = instance.ClearSource
    public bool ClearSource {get;}
    See Also