Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PrintAreaCommand Class / IsClear Property


In This Topic
    IsClear Property
    In This Topic
    Gets a boolean value indicating whether the current command is Clear PrintArea command.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsClear As Boolean
    'Usage
     
    
    Dim instance As PrintAreaCommand
    Dim value As Boolean
     
    value = instance.IsClear
    public bool IsClear {get;}
    See Also