Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextRotationType TextRotation { get; set; }
Public Property TextRotation As TextRotationType
	Get
	Set
public:
virtual property TextRotationType TextRotation {
	TextRotationType get () sealed;
	void set (TextRotationType value) sealed;
}
abstract TextRotation : TextRotationType with get, set
override TextRotation : TextRotationType with get, set

Property Value

TextRotationType

Implements

ITextBox..::..TextRotation

See Also