Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SelectionFont Property


In This Topic
    SelectionFont Property (SheetView)
    In This Topic
    Gets or sets the default font for selected items on this sheet.
    Syntax
    'Declaration
     
    
    Public Property SelectionFont As Font
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Font
     
    instance.SelectionFont = value
     
    value = instance.SelectionFont
    public Font SelectionFont {get; set;}
    See Also