Property Getters/Setters Summary | ||
---|---|---|
function | getBackColor() | |
function | setBackColor(value) | |
Gets and sets the border line back color. | ||
function | getDashStyle() | |
function | setDashStyle(value) | |
Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant. | ||
function | getForeColor() | |
function | setForeColor(value) | |
Gets and sets the border line fore color. | ||
function | isVisible() | |
function | setVisible(value) | |
Indicates whether the object is visible. | ||
function | getStyle() | |
function | setStyle(value) | |
Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant. | ||
function | getTransparency() | |
function | setTransparency(value) | |
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | ||
function | getWeight() | |
function | setWeight(value) | |
Returns or sets the weight of the line ,in units of pt. |
function isVisible() / function setVisible(value)
function getStyle() / function setStyle(value)
function getForeColor() / function setForeColor(value)
function getBackColor() / function setBackColor(value)
function getDashStyle() / function setDashStyle(value)
function getTransparency() / function setTransparency(value)
function getWeight() / function setWeight(value)