Spread Silverlight Documentation
ColumnFrom Property


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

Property Value

The column.
See Also

Reference

LineItem Class
LineItem Members