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


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