Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / ExcludeExtendArea Property


In This Topic
    ExcludeExtendArea Property (IDrawingContext)
    In This Topic
    Gets or sets a value indicating whether extended area is painted.
    Syntax
    'Declaration
     
    
    Property ExcludeExtendArea As Boolean
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim value As Boolean
     
    instance.ExcludeExtendArea = value
     
    value = instance.ExcludeExtendArea
    bool ExcludeExtendArea {get; set;}
    See Also