Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludeBorder Property


In This Topic
    IncludeBorder Property
    In This Topic
    Gets a value indicating whether the style includes the IBorder.Color, IBorder.LineStyle, and Weight border properties..
    Syntax
    'Declaration
     
    
    Property IncludeBorder As Boolean
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Boolean
     
    instance.IncludeBorder = value
     
    value = instance.IncludeBorder
    bool IncludeBorder {get; set;}

    Property Value

    true if [include border]; otherwise, false.
    See Also