Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / Border Property


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