Spread Silverlight Documentation
NextBreaker1 Property


GrapeCity.Windows.SpreadSheet.Data Namespace > LineItem Class : NextBreaker1 Property
Gets or sets the next breaker1 item.
Syntax
'Declaration
 
Public Property NextBreaker1 As BorderLine
'Usage
 
Dim instance As LineItem
Dim value As BorderLine
 
instance.NextBreaker1 = value
 
value = instance.NextBreaker1
public BorderLine NextBreaker1 {get; set;}

Property Value

The next breaker1.
See Also

Reference

LineItem Class
LineItem Members