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


In This Topic
    Weight Property
    In This Topic
    Gets the border weight, the smaller is covered by the larger.
    Syntax
    'Declaration
     
    Public ReadOnly Property Weight As Integer
    'Usage
     
    Dim instance As BorderLineData
    Dim value As Integer
     
    value = instance.Weight
    public int Weight {get;}
    See Also