Skip to main content

IXlPicture.Name Property

Gets or sets the name of the picture.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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