Spread Silverlight Documentation
ColumnEnd Property (LineItem)


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

Property Value

The end column of this LineItem object.
See Also

Reference

LineItem Class
LineItem Members