Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLineData Class / NearDash Property


In This Topic
    NearDash Property
    In This Topic
    Gets dash information of the near line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NearDash As Double()
    'Usage
     
    
    Dim instance As BorderLineData
    Dim value() As Double
     
    value = instance.NearDash
    public double[] NearDash {get;}
    See Also