Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / Width Property


In This Topic
    Width Property (GridLine)
    In This Topic
    Gets the width of the grid lines.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As GridLine
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    See Also