Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Outline Property


In This Topic
    Outline Property (Border)
    In This Topic
    Gets or sets a value indicating whether left, right, top, and bottom borders should be applied only to outside borders of a cell range.
    Syntax
    'Declaration
     
    
    Public Property Outline As Boolean
    'Usage
     
    
    Dim instance As Border
    Dim value As Boolean
     
    instance.Outline = value
     
    value = instance.Outline
    public bool Outline {get; set;}

    Property Value

    true if left, right, top, and bottom borders should be applied only to outside borders of a cell range; otherwise, false.
    See Also