IShapeFill
PresetTextured Method
|
Sets the specified XlsFill format to a preset texture.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void PresetTextured(
GradientTextureType texture
)
Sub PresetTextured (
texture As GradientTextureType
)
void PresetTextured(
GradientTextureType texture
)
abstract PresetTextured :
texture : GradientTextureType -> unit
Parameters
-
texture
-
Type:
Spire.Xls
GradientTextureType
Represents texture to set.
See Also