[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextBoxWrapper.SetSelectionBold

SetSelectionBold Method

SetSelectionBold(bool)

Sets the bold style only for the selected part of the rich text box without modifying the other properties like font or size.

Declaration
public bool SetSelectionBold(bool bold)
Public Function SetSelectionBold(bold As Boolean) As Boolean
Parameters
Type Name Description
bool bold

true to make selection bold; false to make it regular

Returns
Type Description
bool

true if successful; false otherwise