Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ILeaderLines Interface / Border Property


In This Topic
    Border Property (ILeaderLines)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IBorder object that represents the border of the object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Border As IBorder
    'Usage
     
    
    Dim instance As ILeaderLines
    Dim value As IBorder
     
    value = instance.Border
    IBorder Border {get;}
    See Also