IShapeFill
CustomTexture Method (String)
|
Sets user defined texture.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void CustomTexture(
string path
)
Sub CustomTexture (
path As String
)
void CustomTexture(
String^ path
)
abstract CustomTexture :
path : string -> unit
Parameters
-
path
-
Type:
System
String
Path to image.
See Also