FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellBorder Class / Width Property

In This Topic
    Width Property (CellBorder)
    In This Topic
    Gets or sets the border width (except for 3D borders).
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    public int Width {get; set;}
    Remarks
    3D borders are always one or two pixels wide.
    See Also