ExcelShapeFillTexture Class

Represents the texture fill of a shape interior.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelShapeFillTexture
Inheritance
Object    ExcelShapeFillTexture

Properties

CustomTextureName Gets or sets the name of the interior picture. This property has effect only if the TextureType is CustomTexture.
CustomTexturePicture Gets or sets the interior custom texture. This property has effect only if the TextureType is CustomTexture.
TextureType Gets or sets the interior texture.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also