Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / InsertCurrentDate Field


In This Topic
    InsertCurrentDate Field
    In This Topic
    [Ctrl-;] Insert the current date as a fixed value.
    Syntax
    'Declaration
     
    Public Shared ReadOnly InsertCurrentDate As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.InsertCurrentDate
    public static readonly SpreadCommand InsertCurrentDate
    See Also