Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExcelScript.ChartDataTableFormat interface
- Package:
- ExcelScript
Represents the format of a chart data table.
Methods
| getBorder() | Represents the border format of chart data table, which includes color, line style, and weight. |
| getFill() | Represents the fill format of an object, which includes background formatting information. |
| getFont() | Represents the font attributes (such as font name, font size, and color) for the current object. |
Method Details
getBorder()
Represents the border format of chart data table, which includes color, line style, 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 the current object.
getFont(): ChartFont;
Returns
Office Scripts
Feedback
Was this page helpful?
