IColumnFormatting Interface

Represents a column formatting info.
Public Interface IColumnFormatting
This language is not supported or no code example is available.
public interface IColumnFormatting
This language is not supported or no code example is available.
Name Description
Public property Collapsed Gets or sets a value indicating whether the column is collapsed.
Public property ColumnPosition Gets or sets the zero based index of the column in the sheet. In case of WBS fields, this is Expanded WBS sheet.
Public property ColumnWidth Gets or sets the column width in characters.
Public property DataFormatting Gets formatting of the data cells.
Public property Header1Formatting Gets formatting of the upper header (for WBS field, it contains the field name).
Public property Header2Formatting Gets formatting of the sub-header (for WBS field, it contains sub-header, which is by default breakdown discrete values or referenced progress field name).
Public property HiddenByAdmin Gets or sets a value indicating whether the column is explicitly set by the admin as globally hidden for all users.
Public property HiddenByUser Gets or sets a value indicating whether the column is explicitly hidden by a user.
Top
Remarks
 

Some formatting is global for all users and it can be set only by the administrator: Header1Formatting, Header2Formatting and HiddenByAdmin.

All other formatting properties work on a per-user basis.

Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition