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


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

Property Value

The end column of this LineItem object.
See Also

Reference

LineItem Class
LineItem Members