[]
        
(Showing Draft Content)

C1.Excel.ImageScaling

ImageScaling Enum

Specifies how images are scaled within spreadsheet cells.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum ImageScaling

Fields

Name Description
Clip

Images are clipped to fit within the cell.

None

Images are rendered in their original size, regardless of cell size.

Scale

Images are scaled to fill the cell while preserving their original aspect ratio.

Stretch

Images are stretched to fill the cell.