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


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