XlsRadioButtonShape
TextRotation Property
 | 
Text rotation.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public TextRotationType TextRotation { get; set; }
 
Public Property TextRotation As TextRotationType
	Get
	Set
 
public:
property TextRotationType TextRotation {
	TextRotationType get ();
	void set (TextRotationType value);
}
 
member TextRotation : TextRotationType with get, set
 
 
 
Property Value
Type:
TextRotationType
 
See Also