Skip to main content
A newer version of this page is available. .

IXlPicture.Name Property

Gets or sets the name of the picture.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

string Name { get; set; }

Property Value

Type Description
String

A String value that is the picture’s name.

Remarks

When a new picture is generated using the IXlSheet.CreatePicture method, it gets the default name “Picture N” where N is a sequential number of the created picture within a worksheet starting from 1. Use the Name property to provide a more meaningful name for your picture.

See Also