Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / ColumnEnd Property


In This Topic
    ColumnEnd Property (CellsEnumerator)
    In This Topic
    Gets the ending column to enumerate.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public ReadOnly Property ColumnEnd As Integer
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As Integer
     
    value = instance.ColumnEnd
    [DefaultValue(-1)]
    public int ColumnEnd {get;}

    Property Value

    The ending column index.
    See Also