ExcelPicturePictureName Property
Gets or sets the picture name in workbook. If no name was explicitly set then a default name will be generated for the picture
when the workbook is saved.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string PictureName { get; set; }
Public Property PictureName As String
Get
Set
public:
property String^ PictureName {
String^ get ();
void set (String^ value);
}
member PictureName : string with get, set
Property Value
String