Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Commands Namespace / BuiltInCommands Class / EditSheetName Field


In This Topic
    EditSheetName Field
    In This Topic
    Represents the command which requests to start editing the name of FarPoint.Win.Spread.SheetView. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly EditSheetName As ICommand
    'Usage
     
    
    Dim value As ICommand
     
    value = BuiltInCommands.EditSheetName
    public static readonly ICommand EditSheetName
    See Also