Spread Silverlight Documentation
NextBreaker2 Property


GrapeCity.Windows.SpreadSheet.Data Namespace > LineItem Class : NextBreaker2 Property
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

Reference

LineItem Class
LineItem Members