Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / Border Property


In This Topic
    Border Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the border for cells in the default row.
    Syntax
    'Declaration
     
    
    Public Shadows Property Border As IBorder
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    public new IBorder Border {get; set;}
    See Also