Represents a column style. This interface can be obtained from IColumnStyleManager interface.
More...
|
| int | Id [get] |
| | Returns the unique identifier of the column style.
|
| |
| BSTR | Name [get] |
| | Returns the name of the column style.
|
| |
| IProfile | Profile [get] |
| | Returns the profile of the column style.
|
| |
Represents a column style. This interface can be obtained from IColumnStyleManager interface.
- See also
- IColumnStyleManager, IProfile
◆ Id
Returns the unique identifier of the column style.
- Returns
- The unique identifier of the column style.
◆ Name
Returns the name of the column style.
- Returns
- The name of the column style.
◆ Profile
Returns the profile of the column style.
- Returns
- The profile of the column style.