Spread Windows Forms 12.0 Product Documentation
SelectionFont Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : SelectionFont Property
Gets or sets the font for a selected object.
Syntax
'Declaration
 
Public Property SelectionFont As Font
'Usage
 
Dim instance As Appearance
Dim value As Font
 
instance.SelectionFont = value
 
value = instance.SelectionFont
public Font SelectionFont {get; set;}
Remarks
Set the selection font and colors in the SheetView class.
See Also

Reference

Appearance Class
Appearance Members