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


In This Topic
    RowEnd Property (LineItem)
    In This Topic
    Gets or sets the end row of this LineItem object.
    Syntax
    'Declaration
     
    Public Property RowEnd As Integer
    'Usage
     
    Dim instance As LineItem
    Dim value As Integer
     
    instance.RowEnd = value
     
    value = instance.RowEnd
    public int RowEnd {get; set;}

    Property Value

    The row end row of this LineItem object.
    See Also