GrapeCity.Xaml.SpreadSheet.Data
RowEnd Property (LineItem)


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

Property Value

The row end row of this LineItem object.
See Also

Reference

LineItem Class
LineItem Members