Spread WPF 18
GrapeCity.Spreadsheet Namespace / IRange Interface / Borders Property


In This Topic
    Borders Property (IRange)
    In This Topic
    Gets the IBorders object that represents the borders of the specified object.
    Syntax
    'Declaration
     
    ReadOnly Property Borders As IBorders
    'Usage
     
    Dim instance As IRange
    Dim value As IBorders
     
    value = instance.Borders
    IBorders Borders {get;}

    Property Value

    The borders of the specified object.
    See Also