'Declaration Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
'Declaration Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Excel.ImageScaling