Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / LineItem Class / NextBreaker2 Property


In This Topic
    NextBreaker2 Property
    In This Topic
    Gets or sets the next breaker2 item.
    Syntax
    'Declaration
     
    Public Property NextBreaker2 As BorderLine
    'Usage
     
    Dim instance As LineItem
    Dim value As BorderLine
     
    instance.NextBreaker2 = value
     
    value = instance.NextBreaker2
    public BorderLine NextBreaker2 {get; set;}

    Property Value

    The next breaker2.
    See Also