Spread Silverlight Documentation
RowEnd Property (LineItem)


GrapeCity.Windows.SpreadSheet.Data Namespace > LineItem Class : RowEnd Property
Gets or sets the end row of this LineItem object.
Syntax
'Declaration
 
Public Property RowEnd As System.Integer
'Usage
 
Dim instance As LineItem
Dim value As System.Integer
 
instance.RowEnd = value
 
value = instance.RowEnd
public System.int RowEnd {get; set;}

Property Value

The row end row of this LineItem object.
See Also

Reference

LineItem Class
LineItem Members