SpreadsheetGear Namespace > IRange Interface : Orientation Property (IRange) |
Gets or sets the text orientation of a cell or range, which may be from -90 to 90 degrees or SpreadsheetGear.Orientation.Vertical.
[Visual Basic]
Overridable Property Orientation As Integer
[C#]
virtual int Orientation {get; set;}
[C++]
__property virtual int get_Orientation();
__property virtual void set_Orientation(
int value
);
[C++/CLI]
virtual property int Orientation {
int get();
void set (int value);
}
See the SpreadsheetGear.Orientation class for related constants.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IRange Interface | IRange Members | Orientation Class
See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.
Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.
SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.