Excel.Interfaces.HeaderFooterPictureLoadOptions interface
Represents a picture in the header or footer of a worksheet.
Remarks
Properties
| $all | Specifying |
| brightness | Specifies the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest). |
| color |
Specifies the type of color transformation of the picture. |
| contrast | Specifies the contrast of the picture. The value for this property must be a number from 0.0 (least contrast) to 1.0 (most contrast). |
| crop |
Specifies the number of points that are cropped off the bottom of the picture. |
| crop |
Specifies the number of points that are cropped off the left side of the picture. |
| crop |
Specifies the number of points that are cropped off the right side of the picture. |
| crop |
Specifies the number of points that are cropped off the top of the picture. |
| filename | Specifies the URL (on the intranet or the web) or path (local or network) to the location where the source object is saved. |
| height | Specifies the height of the picture in points. |
| lock |
Specifies a value that indicates whether the picture retains its original proportions when resized. |
| width | Specifies the width of the picture in points. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
brightness
Specifies the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
brightness?: boolean;
Property Value
boolean
Remarks
colorType
Specifies the type of color transformation of the picture.
colorType?: boolean;
Property Value
boolean
Remarks
contrast
Specifies the contrast of the picture. The value for this property must be a number from 0.0 (least contrast) to 1.0 (most contrast).
contrast?: boolean;
Property Value
boolean
Remarks
cropBottom
Specifies the number of points that are cropped off the bottom of the picture.
cropBottom?: boolean;
Property Value
boolean
Remarks
cropLeft
Specifies the number of points that are cropped off the left side of the picture.
cropLeft?: boolean;
Property Value
boolean
Remarks
cropRight
Specifies the number of points that are cropped off the right side of the picture.
cropRight?: boolean;
Property Value
boolean
Remarks
cropTop
Specifies the number of points that are cropped off the top of the picture.
cropTop?: boolean;
Property Value
boolean
Remarks
filename
Specifies the URL (on the intranet or the web) or path (local or network) to the location where the source object is saved.
filename?: boolean;
Property Value
boolean
Remarks
height
Specifies the height of the picture in points.
height?: boolean;
Property Value
boolean
Remarks
lockAspectRatio
Specifies a value that indicates whether the picture retains its original proportions when resized. true if it retains its proportions; otherwise, false.
lockAspectRatio?: boolean;
Property Value
boolean
Remarks
width
Specifies the width of the picture in points.
width?: boolean;
Property Value
boolean