IShapeLine.GetWidth Method
Returns the line width. If there is a LineStyle this is the Line width, else if it is null it is the Theme line width.
Syntax
Unit: FlexCel.Core
function IShapeLine.GetWidth(const aPalette: TCoreExcelFile; const defaultValue: Integer): Integer; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aPalette |
TCoreExcelFile |
|
const |
defaultValue |
Integer |
|
See also