Allows the user to obtain column styles. This interface can be obtained from IProject interface.
More...
|
| HRESULT | Contains ([in] int id, [out, retval] VARIANT_BOOL *pContains) |
| | Indicates whether the manager contains the column style specified by the identifier.
|
| |
| HRESULT | GetColumnStyle ([in] int id, [out, retval] IColumnStyle **ppColumnStyle) |
| | Returns the column style specified by the identifier.
|
| |
| HRESULT | GetIds ([out, retval] SAFEARRAY(int) *pIds) |
| | Gets the identifiers of column styles.
|
| |
Allows the user to obtain column styles. This interface can be obtained from IProject interface.
- See also
- IProject, IColumnStyle
◆ Contains()
| HRESULT Contains |
( |
[in] int | id, |
|
|
[out, retval] VARIANT_BOOL * | pContains ) |
Indicates whether the manager contains the column style specified by the identifier.
- Parameters
-
| [in] | id | Identifier of the column style. |
| [out] | pContains | TRUE if the manager contains the column style, FALSE otherwise. |
◆ GetColumnStyle()
| HRESULT GetColumnStyle |
( |
[in] int | id, |
|
|
[out, retval] IColumnStyle ** | ppColumnStyle ) |
Returns the column style specified by the identifier.
- Parameters
-
| [in] | id | Identifier of the column style. |
| [out] | ppColumnStyle | the requested column style, or nullptr if the column style is not found. |
◆ GetIds()
| HRESULT GetIds |
( |
[out, retval] SAFEARRAY(int) * | pIds | ) |
|
Gets the identifiers of column styles.
- Returns
- An array containing the identifiers of column styles.