ExcelScript.ChartTitleFormat interface
Provides access to the formatting options for a chart title.
Methods
get |
Represents the border format of chart title, which includes color, linestyle, and weight. |
get |
Represents the fill format of an object, which includes background formatting information. |
get |
Represents the font attributes (such as font name, font size, and color) for an object. |
Method Details
getBorder()
Represents the border format of chart title, which includes color, linestyle, and weight.
getBorder(): ChartBorder;
Returns
getFill()
Represents the fill format of an object, which includes background formatting information.
getFill(): ChartFill;
Returns
getFont()
Represents the font attributes (such as font name, font size, and color) for an object.
getFont(): ChartFont;
Returns
Office Scripts