Spread WPF 15
GrapeCity.Windows.SpreadSheet.Data Namespace / LineItem Class / ColumnEnd Property


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

    Property Value

    The end column of this LineItem object.
    See Also