Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLineData Class / MiddleDash Property


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