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


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

    Property Value

    The row this LineItem object starts from.
    See Also