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


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

    Property Value

    The starting column index.
    See Also