Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ColumnResizeExtent Class / LastColumn Property


In This Topic
    LastColumn Property
    In This Topic
    Gets the index of the last column in the contiguous selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastColumn As Integer
    'Usage
     
    Dim instance As ColumnResizeExtent
    Dim value As Integer
     
    value = instance.LastColumn
    public int LastColumn {get;}
    See Also