[]
Gets or sets the cell background image layout, default is Stretch.
BackgroundImageLayout BackgroundImageLayout { get; set; }
Property BackgroundImageLayout As BackgroundImageLayout
| Type | Description |
|---|---|
| BackgroundImageLayout | The cell backgroud image layout. |
IRange range = worksheet.Range["A1"];
range.BackgroundImageLayout = BackgroundImageLayout.Center;
BackgroundImageLayout layout = range.BackgroundImageLayout;