Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IRichTextEditor Interface / SelectionFont Property


In This Topic
    SelectionFont Property (IRichTextEditor)
    In This Topic
    Gets or sets the font of the current text selection or insertion point.
    Syntax
    'Declaration
     
    
    Property SelectionFont As Font
    'Usage
     
    
    Dim instance As IRichTextEditor
    Dim value As Font
     
    instance.SelectionFont = value
     
    value = instance.SelectionFont
    Font SelectionFont {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.Font that represents the font to apply to the current text selection
    See Also