Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDropLines Interface / Border Property


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