Spread Silverlight Documentation
RowFrom Property


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

Property Value

The row this LineItem object starts from.
See Also

Reference

LineItem Class
LineItem Members