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


In This Topic
    Border Property (ITrendline)
    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 ITrendline
    Dim value As IBorder
     
    value = instance.Border
    IBorder Border {get;}
    See Also