Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LeaveCellEventArgs Class / ToColumn Property


In This Topic
    ToColumn Property (LeaveCellEventArgs)
    In This Topic
    Gets the automatic column.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToColumn As Integer
    'Usage
     
    Dim instance As LeaveCellEventArgs
    Dim value As Integer
     
    value = instance.ToColumn
    public int ToColumn {get;}

    Property Value

    The automatic column.
    See Also