HTMLOptions
ImagePath Property
|
Gets or sets the image path.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string ImagePath { get; set; }
Public Property ImagePath As String
Get
Set
public:
property String^ ImagePath {
String^ get ();
void set (String^ value);
}
member ImagePath : string with get, set
Property Value
Type:
String
The image path.
See Also