Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExcelScript.ChartGridlines interface
- Package:
- ExcelScript
Represents major or minor gridlines on a chart axis.
Methods
| getFormat() | Represents the formatting of chart gridlines. |
| getVisible() | Specifies if the axis gridlines are visible. |
| setVisible(visible) | Specifies if the axis gridlines are visible. |
Method Details
getFormat()
Represents the formatting of chart gridlines.
getFormat(): ChartGridlinesFormat;
Returns
getVisible()
Specifies if the axis gridlines are visible.
getVisible(): boolean;
Returns
boolean
setVisible(visible)
Specifies if the axis gridlines are visible.
setVisible(visible: boolean): void;
Parameters
- visible
-
boolean
Returns
void
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Scripts
Feedback
Was this page helpful?
