Property Getters/Setters Summary | ||
---|---|---|
function | getBackgroundCellsColor() | |
function | setBackgroundCellsColor(value) | |
Gets and sets the foreground |
||
function | getBackgroundColor() | |
function | setBackgroundColor(value) | |
Gets or sets the background |
||
function | getBackTransparency() | |
function | setBackTransparency(value) | |
Gets or sets the transparency of background color. | ||
function | getForegroundCellsColor() | |
function | setForegroundCellsColor(value) | |
Gets and sets the foreground |
||
function | getForegroundColor() | |
function | setForegroundColor(value) | |
Gets or sets the foreground |
||
function | getForeTransparency() | |
function | setForeTransparency(value) | |
Gets or sets the transparency of foreground color. | ||
function | getPattern() | |
function | setPattern(value) | |
Gets or sets the fill pattern type The value of the property is FillPattern integer constant. |
Property Getters/Setters Detail |
---|
getPattern/setPattern : Number | |
function getPattern() / function setPattern(value) |
getBackgroundColor/setBackgroundColor : Color | |
function getBackgroundColor() / function setBackgroundColor(value) |
getBackgroundCellsColor/setBackgroundCellsColor : CellsColor | |
function getBackgroundCellsColor() / function setBackgroundCellsColor(value) |
getForegroundColor/setForegroundColor : Color | |
function getForegroundColor() / function setForegroundColor(value) |
getForegroundCellsColor/setForegroundCellsColor : CellsColor | |
function getForegroundCellsColor() / function setForegroundCellsColor(value) |
getForeTransparency/setForeTransparency : Number | |
function getForeTransparency() / function setForeTransparency(value) |
getBackTransparency/setBackTransparency : Number | |
function getBackTransparency() / function setBackTransparency(value) |