Online Documentation for Advanced Data Export .NET
XlsNoteFormat.Orientation
public enum XlsOrientation
{
xrtNoRotation,
xlrTopToBottom,
xlrCounterClockWise,
xlrClockWise
}
public SqlManager.QExport.XLS.XlsOrientation Orientation
Description
Use the Orientation property to define the note orientation. The following values are available: xrtNoRotation, xlrTopToBottom, xlrCounterClockWise, and xlrClockWise. The xlrClockWise and xlrCounterClockWise values rotate the note to 90 degrees, xlrTopToBottom orients the note text vertically.
See also: |