Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLineData Class / NearWidth Property


In This Topic
    NearWidth Property
    In This Topic
    Gets the line width of the near line.
    Syntax
    'Declaration
     
    Public ReadOnly Property NearWidth As Integer
    'Usage
     
    Dim instance As BorderLineData
    Dim value As Integer
     
    value = instance.NearWidth
    public int NearWidth {get;}
    See Also