SpreadsheetGear 2023
Orientation Property (IStyle)


SpreadsheetGear Namespace > IStyle Interface : Orientation Property
Gets or sets the text orientation of this named cell style, which may be from -90 to 90 degrees or SpreadsheetGear.Orientation.Vertical.
Syntax
'Declaration
 
Property Orientation As System.Integer
'Usage
 
Dim instance As IStyle
Dim value As System.Integer
 
instance.Orientation = value
 
value = instance.Orientation
System.int Orientation {get; set;}
Remarks
See the SpreadsheetGear.Orientation class for related constants.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStyle Interface
IStyle Members
Orientation Property