[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextBoxWrapper.SetSelectionItalic

SetSelectionItalic Method

SetSelectionItalic(bool)

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

Declaration
public bool SetSelectionItalic(bool italic)
Public Function SetSelectionItalic(italic As Boolean) As Boolean
Parameters
Type Name Description
bool italic

true to make selection italics; false to make it regular

Returns
Type Description
bool