XlsRadioButtonShape
RichText Property
 | 
Rich Text
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public RichTextString RichText { set; }
 
Public WriteOnly Property RichText As RichTextString
	Set
 
public:
property RichTextString^ RichText {
	void set (RichTextString^ value);
}
 
member RichText : RichTextString with set
 
 
 
Property Value
Type:
RichTextString
 
See Also