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