Excel.Interfaces.LineUpdateData interface
An interface for updating data on the Line
object, for use in line.set({ ... })
.
Properties
begin |
Represents the length of the arrowhead at the beginning of the specified line. |
begin |
Represents the style of the arrowhead at the beginning of the specified line. |
begin |
Represents the width of the arrowhead at the beginning of the specified line. |
connector |
Represents the connector type for the line. |
end |
Represents the length of the arrowhead at the end of the specified line. |
end |
Represents the style of the arrowhead at the end of the specified line. |
end |
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
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
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
connectorType
Represents the connector type for the line.
connectorType?: Excel.ConnectorType | "Straight" | "Elbow" | "Curve";
Property Value
Excel.ConnectorType | "Straight" | "Elbow" | "Curve"
Remarks
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
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
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
Office Add-ins