IWbsDescriptionFormatting Interface

Represents formatting info of a row in WBS_Description column (including its language versions).
Public Interface IWbsDescriptionFormatting
This language is not supported or no code example is available.
public interface IWbsDescriptionFormatting
This language is not supported or no code example is available.
Name Description
Public property BackgroundColor Gets or sets the background color.
Public property Font Gets or sets the cell font. May be null reference (Nothing in Visual Basic), which means that the font was not explicitly set yet and the default one will be displayed.
Public property ForeColor Gets or sets the text color.
Public property HorizontalAlign Gets or sets the horizontal text alignment.
Public property Orientation Gets or sets the text orientation in degrees.
Public property VerticalAlign Gets or sets the vertical text alignment.
Public property WrapText Gets or sets a value indicating whether text is wrapped so it appears on multiple lines in a cell. The number of wrapped lines depends on the width of the column and the length of the cell contents.
Top
Methods
 
Name Description
Public method CopyTo(IWbsDescriptionFormatting) Copies this formatting to another existing formating.
Top
Version
 
Available since QDV 7.18.682.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition