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


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

    Property Value

    The direction of this LineItem object.
    See Also