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


Feedback

Was this page helpful?