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


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