Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / LineItem Class / ColumnFrom Property


In This Topic
    ColumnFrom Property
    In This Topic
    Gets or sets the column from which this LineItem object starts.
    Syntax
    'Declaration
     
    Public Property ColumnFrom As Integer
    'Usage
     
    Dim instance As LineItem
    Dim value As Integer
     
    instance.ColumnFrom = value
     
    value = instance.ColumnFrom
    public int ColumnFrom {get; set;}

    Property Value

    The column.
    See Also