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


In This Topic
    Italic Field
    In This Topic
    [Ctrl-I] [Ctrl+3] Toggles italics on and off for the current selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Italic As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.Italic
    public static readonly SpreadCommand Italic
    See Also