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


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