Edit

Excel.Interfaces.LineUpdateData interface

An interface for updating data on the Line object, for use in line.set({ ... }).

Remarks

Used by

Properties

beginArrowheadLength

Represents the length of the arrowhead at the beginning of the specified line.

beginArrowheadStyle

Represents the style of the arrowhead at the beginning of the specified line.

beginArrowheadWidth

Represents the width of the arrowhead at the beginning of the specified line.

connectorType

Represents the connector type for the line.

endArrowheadLength

Represents the length of the arrowhead at the end of the specified line.

endArrowheadStyle

Represents the style of the arrowhead at the end of the specified line.

endArrowheadWidth

Represents the width of the arrowhead at the end of the specified line.

Property Details

beginArrowheadLength

Represents the length of the arrowhead at the beginning of the specified line.

beginArrowheadLength?: Excel.ArrowheadLength | "Short" | "Medium" | "Long";

Property Value

Excel.ArrowheadLength | "Short" | "Medium" | "Long"

Remarks

API set: ExcelApi 1.9

beginArrowheadStyle

Represents the style of the arrowhead at the beginning of the specified line.

beginArrowheadStyle?: Excel.ArrowheadStyle | "None" | "Triangle" | "Stealth" | "Diamond" | "Oval" | "Open";

Property Value

Excel.ArrowheadStyle | "None" | "Triangle" | "Stealth" | "Diamond" | "Oval" | "Open"

Remarks

API set: ExcelApi 1.9

beginArrowheadWidth

Represents the width of the arrowhead at the beginning of the specified line.

beginArrowheadWidth?: Excel.ArrowheadWidth | "Narrow" | "Medium" | "Wide";

Property Value

Excel.ArrowheadWidth | "Narrow" | "Medium" | "Wide"

Remarks

API set: ExcelApi 1.9

connectorType

Represents the connector type for the line.

connectorType?: Excel.ConnectorType | "Straight" | "Elbow" | "Curve";

Property Value

Excel.ConnectorType | "Straight" | "Elbow" | "Curve"

Remarks

API set: ExcelApi 1.9

endArrowheadLength

Represents the length of the arrowhead at the end of the specified line.

endArrowheadLength?: Excel.ArrowheadLength | "Short" | "Medium" | "Long";

Property Value

Excel.ArrowheadLength | "Short" | "Medium" | "Long"

Remarks

API set: ExcelApi 1.9

endArrowheadStyle

Represents the style of the arrowhead at the end of the specified line.

endArrowheadStyle?: Excel.ArrowheadStyle | "None" | "Triangle" | "Stealth" | "Diamond" | "Oval" | "Open";

Property Value

Excel.ArrowheadStyle | "None" | "Triangle" | "Stealth" | "Diamond" | "Oval" | "Open"

Remarks

API set: ExcelApi 1.9

endArrowheadWidth

Represents the width of the arrowhead at the end of the specified line.

endArrowheadWidth?: Excel.ArrowheadWidth | "Narrow" | "Medium" | "Wide";

Property Value

Excel.ArrowheadWidth | "Narrow" | "Medium" | "Wide"

Remarks

API set: ExcelApi 1.9