v2.33
 
IColumnStyle Interface Reference

Represents a column style. This interface can be obtained from IColumnStyleManager interface. More...

Inheritance diagram for IColumnStyle:

Properties

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.
 

Detailed Description

Represents a column style. This interface can be obtained from IColumnStyleManager interface.

See also
IColumnStyleManager, IProfile

Property Documentation

◆ Id

int Id
get

Returns the unique identifier of the column style.

Returns
The unique identifier of the column style.

◆ Name

BSTR Name
get

Returns the name of the column style.

Returns
The name of the column style.

◆ Profile

IProfile Profile
get

Returns the profile of the column style.

Returns
The profile of the column style.