Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadActions Class / MoveToLastColumn Field


In This Topic
    MoveToLastColumn Field
    In This Topic
    Moves the active cell to the last column. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MoveToLastColumn As Object
    'Usage
     
    
    Dim value As Object
     
    value = SpreadActions.MoveToLastColumn
    public static readonly object MoveToLastColumn
    See Also